chartmaker-be/.env.example

9 lines
117 B
Plaintext
Raw Normal View History

2022-03-04 15:52:18 +01:00
PORT=5252
# postgres db setup
DB_USER=chartmaker
DB_HOST=localhost
DB_PASS=password
DB_PORT=5432
DB_NAME=chartmaker