Skip to content

Commit ab449af

Browse files
Update keystone.js
1 parent 24fbbe5 commit ab449af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

keystone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keystone.init({
2121
'views': 'templates/views',
2222
'view engine': '.html',
2323
'custom engine': cons.nunjucks,
24-
24+
'mongo': 'mongodb+srv://doadmin:Yc8bP7903146mfUA@sca-v2-prod-3e623d68.mongo.ondigitalocean.com/sca-v2-prod?tls=true&authSource=admin&replicaSet=sca-v2-prod',
2525
'emails': 'templates/emails',
2626

2727
'auto update': true,
@@ -76,4 +76,4 @@ if (!process.env.MAILGUN_API_KEY || !process.env.MAILGUN_DOMAIN) {
7676
}
7777

7878

79-
keystone.start();
79+
keystone.start();

0 commit comments

Comments
 (0)