Skip to content

Commit

Permalink
adding a file back in
Browse files Browse the repository at this point in the history
  • Loading branch information
cMikolai committed Jul 27, 2020
1 parent 48cbe7d commit 3a88c0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/database.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = ({ env }) => ({
defaultConnection: 'default',
connections: {
default: {
connector: 'mongoose',
settings: {
client: 'mongo',
uri: env('MONGODB_URI'),
},
options: {
ssl: true
}
},
},
});

0 comments on commit 3a88c0b

Please sign in to comment.