happy-server/.env.example
2025-07-19 00:02:26 -07:00

4 lines
139 B
Plaintext

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/handy
HANDY_MASTER_SECRET=your-super-secret-key-for-local-development
PORT=3005