3 lines
145 B
Plaintext
3 lines
145 B
Plaintext
# Ready for docker-compose
|
|
REDIS_URL="redis://127.0.0.1:6379"
|
|
DATABASE_URL="postgres://username:password@127.0.0.1:5435/postgres?sslmode=disable" |