We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba280a + 6cb25bf commit 5bc74d2Copy full SHA for 5bc74d2
8 files changed
.env.example
@@ -0,0 +1,4 @@
1
+# Example environment variables for RBAC app
2
+PORT=5000
3
+MONGO_URI=mongodb://root:admin@localhost:27017/
4
+JWT_SECRET=your_jwt_secret_here
0 commit comments