mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-16 20:51:16 +02:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
PORT=5000
|
|
MONGODB_URI=mongodb://localhost:27017/friendship-network
|
|
JWT_SECRET=your_jwt_secret_key_change_this
|
|
APP_URL=http://localhost:3000
|
|
ENABLE_REGISTRATION=true |