mirror of
https://github.com/philipredstone/relnet.git
synced 2025-07-09 15:16:41 +02:00
Add env template and update gitignore and intellij code styles
This commit is contained in:
5
.env.template
Normal file
5
.env.template
Normal file
@ -0,0 +1,5 @@
|
||||
PORT=5000
|
||||
MONGODB_URI=mongodb://localhost:27017/friendship-network
|
||||
JWT_SECRET=your_jwt_secret_key_change_this
|
||||
CLIENT_URL=http://localhost:3000
|
||||
ENABLE_REGISTRATION=true
|
Reference in New Issue
Block a user