We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5be62 commit e1aa6d5Copy full SHA for e1aa6d5
config/default.json
@@ -1,5 +1,5 @@
1
{
2
- "mongoURI": "mongodb+srv://abhishek201400:[email protected]/test?retryWrites=true&w=majority",
3
- "jwtSecret": "JwtSuperSecretKey",
4
- "githubtoken": "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"
5
-}
+ "mongoURI": "<YOUR_MONGODB_URI>",
+ "jwtSecret": "<YOUR_JWT_SECRET_KEY>",
+ "githubtoken": "<YOUR_GITHUB_TOKEN>"
+}
0 commit comments