mirror of
https://github.com/gevera/hot-cold-cities.git
synced 2025-12-06 08:18:19 +00:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
# DB_DATABASE = "./world.db"
|
|
ORIGIN=http://localhost:3000
|
|
PGHOST=localhost
|
|
PGPORT=5432
|
|
PGUSERNAME=user
|
|
PGPASSWORD=password
|
|
PGDATABASE=pg_db
|