Skip to content

Commit

Permalink
fix database url
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-bear committed May 7, 2024
1 parent 21fcd05 commit d92c836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/server/node.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const config = rc('lepatron', {
preventBuild: false,
API_PREFIX: '/api',
},
database:
'mongodb+srv:https://heroku_jmcdk83s:[email protected]/badsender-development?retryWrites=true&w=majority',
database: 'mongodb:https://localhost:27017/lepatron',
sessionSecret: '3MYdqy0lZZz2TXCr7YlxT9N6',
emailTransport: {
...localEmail,
Expand Down

0 comments on commit d92c836

Please sign in to comment.