Skip to content

Commit e1aa6d5

Browse files
authored
Update Config
Remove MongoDB URI, JWT secret key and Github token
1 parent 2b5be62 commit e1aa6d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/default.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mongoURI": "mongodb+srv://abhishek201400:[email protected]/test?retryWrites=true&w=majority",
3-
"jwtSecret": "JwtSuperSecretKey",
4-
"githubtoken": "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"
5-
}
2+
"mongoURI": "<YOUR_MONGODB_URI>",
3+
"jwtSecret": "<YOUR_JWT_SECRET_KEY>",
4+
"githubtoken": "<YOUR_GITHUB_TOKEN>"
5+
}

0 commit comments

Comments
 (0)