mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 01:30:57 -07:00
6 lines
228 B
Bash
6 lines
228 B
Bash
MONGODB_URI='mongodb://localhost:27017'
|
|
MONGODB_NAME='docucenter'
|
|
NODE_ENV='development' #If set to production it will require https to function
|
|
JWT_SECRET='IjkAORBx^cLYpSb6Btz@te&vAJ3Pt*$z'
|
|
FRONTEND_URL='http://localhost:3001'
|