forked from nodee-apps/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-release
executable file
·34 lines (28 loc) · 1.24 KB
/
config-release
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name : nodejsenterprise-cms
version : 0.5.2
default-ip : 0.0.0.0
default-port : 80
// session cookie name, expiration in hours
session-cookie-name : __user
session-cookie-secure : false
session-cookie-httpOnly : true
session-cookie-expires : 24
// auth settings - default datasource is MongoDataSource
// auth-datasource : JsonFileDataSource
// auth-datasource-filePath : ./databases/users.json
// auth-datasource-database : cms
auth-datasource-collection : users
auth-mailer-use : mailer-primary
auth-mailer-subject : Password changed
auth-mailer-forgotpass : emails/forgotpass
// main datasource setings (if database missing app name will be used)
datasource-primary-host : localhost
// datasource-primary-database : cms
// primary mailer conf
mailer-primary-from : [email protected]
mailer-primary-name : Demo
mailer-primary-host : smtp.gmail.com
mailer-primary-port : 465
mailer-primary-secure : true
mailer-primary-user : [email protected]
mailer-primary-password : supersecretpassword