We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbbe5 commit ab449afCopy full SHA for ab449af
1 file changed
keystone.js
@@ -21,7 +21,7 @@ keystone.init({
21
'views': 'templates/views',
22
'view engine': '.html',
23
'custom engine': cons.nunjucks,
24
-
+ 'mongo': 'mongodb+srv://doadmin:Yc8bP7903146mfUA@sca-v2-prod-3e623d68.mongo.ondigitalocean.com/sca-v2-prod?tls=true&authSource=admin&replicaSet=sca-v2-prod',
25
'emails': 'templates/emails',
26
27
'auto update': true,
@@ -76,4 +76,4 @@ if (!process.env.MAILGUN_API_KEY || !process.env.MAILGUN_DOMAIN) {
76
}
77
78
79
-keystone.start();
+keystone.start();
0 commit comments