Files
no-copy/.env
T

11 lines
167 B
Bash
Raw Normal View History

POSTGRES_DB=no_copy_db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
POSTGRES_HOST=postgres
REDIS_HOST=redis
REDIS_PORT=6379
SERVER_PORT=8080