11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
# Server configuration
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# Database configuration
|
|
PSQL_HOST=10.0.0.199
|
|
PSQL_PORT=5432
|
|
PSQL_USER=postgres
|
|
PSQL_PASSWORD=DP3Wv*QM#t8bY*N
|
|
PSQL_DBNAME=ffxi_items
|