first commit
This commit is contained in:
6
backend/.env.example
Normal file
6
backend/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
PORT=4000
|
||||
MONGO_URI=mongodb://mongo:27017/wisecoltci
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=supersecret
|
||||
JWT_SECRET=change-me
|
||||
CLIENT_ORIGIN=http://localhost:5173
|
||||
Reference in New Issue
Block a user