Skip to content

Commit

Permalink
Update Config
Browse files Browse the repository at this point in the history
Remove MongoDB URI, JWT secret key and Github token
  • Loading branch information
abhishekc98 authored Oct 2, 2021
1 parent 2b5be62 commit e1aa6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mongoURI": "mongodb+srv://abhishek201400:scanner5759@cluster0.i9etn.mongodb.net/test?retryWrites=true&w=majority",
"jwtSecret": "JwtSuperSecretKey",
"githubtoken": "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"
}
"mongoURI": "<YOUR_MONGODB_URI>",
"jwtSecret": "<YOUR_JWT_SECRET_KEY>",
"githubtoken": "<YOUR_GITHUB_TOKEN>"
}

0 comments on commit e1aa6d5

Please sign in to comment.