happy-server/.env.example
2025-07-12 17:57:05 -07:00

4 lines
143 B
Plaintext

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/handy
REDIS_URL=redis://localhost:6379
SEED=your-seed-for-token-generation
PORT=3005