Spaces:
Sleeping
Sleeping
File size: 158 Bytes
ba475c6 | 1 2 3 4 5 6 7 8 | NODE_ENV=production
LOG_LEVEL=info
DB_HOST=localhost
DB_PORT=5432
DB_NAME=sandbox_db
SESSION_SECRET=s3cr3t_k3y_d0_n0t_sh4r3
CORS_ORIGIN=http://localhost:3000
|