social-router/.env.example
2025-04-30 19:28:04 +08:00

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