FireTech-Message-server / .env.example
Dhurgh's picture
fixed infinite loop and memory leak
55a57c5
Raw
History Blame Contribute Delete
286 Bytes
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=