mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
PORT=3000
|
|
NODE_ENV=production
|
|
MONGODB_URI=mongodb://localhost:27017/roadwork
|
|
JWT_SECRET=your-secret-key-here
|
|
CORS_ORIGIN=https://your-domain.com
|