11 lines
349 B
Plaintext
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
|