Skip to content

Commit

Permalink
fix: redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 9, 2022
1 parent b8b853c commit 6e37e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
"organization_id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},
"db_url": "mongodb+srv://cocreate-app:[email protected]/?retryWrites=true&w=majority",
"db_url": "<MongoDb Url>",
"jwttoken": {
"options": {
"algorithm": "HS256",
Expand Down

0 comments on commit 6e37e5b

Please sign in to comment.