22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
# app
|
|
PORT=3023
|
|
|
|
# database
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE=mydb
|
|
|
|
POSTGRES_HOST=db
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=mydb
|
|
|
|
DB_SSL=false
|
|
DB_SYNC=true
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|