7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/handy
|
|
HANDY_MASTER_SECRET=your-super-secret-key-for-local-development
|
|
PORT=3005
|
|
|
|
# Uncomment to enable centralized logging for AI debugging (creates .logs directory)
|
|
DANGEROUSLY_LOG_TO_SERVER_FOR_AI_AUTO_DEBUGGING=true
|