6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
# Node environment variables
|
|
NODE_ENV="development"
|
|
|
|
# Development environment variables
|
|
DEV_DATABASE_URL="postgres://user:password@localhost:5432/dev_db"
|