9 lines
194 B
Bash
9 lines
194 B
Bash
NODE_ENV=development
|
|
PORT=19000
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=moh_portal
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
JWT_SECRET=secret_key_for_jwt_tokens
|
|
SESSION_SECRET=secret_key_for_session |