generated from tailored/router-template
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=postgres
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379 |