happy-server/.env.dev
2025-08-19 18:03:03 -07:00

11 lines
349 B
Plaintext

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/handy
HANDY_MASTER_SECRET=your-super-secret-key-for-local-development
PORT=3005
# Metrics server configuration
METRICS_ENABLED=true
METRICS_PORT=9090
# Uncomment to enable centralized logging for AI debugging (creates .logs directory)
DANGEROUSLY_LOG_TO_SERVER_FOR_AI_AUTO_DEBUGGING=true