Spaces:
Runtime error
Runtime error
File size: 286 Bytes
272dfc6 55a57c5 c9cf26b 272dfc6 55a57c5 272dfc6 55a57c5 272dfc6 55a57c5 272dfc6 55a57c5 272dfc6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | PORT=3000
HOST=0.0.0.0
NODE_ENV=development
DATABASE_URL=postgres://postgres:password@localhost:5432/discord-app
JWT_SECRET=your_super_secret_jwt_key_change_this_in_production
MAX_FILE_SIZE=52428800
CORS_ORIGIN=*
SSL_PFX_PATH=
SSL_PFX_PASSPHRASE=
SSL_KEY_PATH=
SSL_CERT_PATH=
|