2016-10-04 22:58:05 -04:00
{
2016-12-22 09:03:04 -05:00
"test": {
2016-12-24 09:04:18 -05:00
"db": {
"dialect": "sqlite",
2017-02-04 00:31:37 -05:00
"storage": ":memory:"
2016-12-24 09:04:18 -05:00
}
2016-12-22 09:03:04 -05:00
},
2016-10-04 22:58:05 -04:00
"development": {
2018-11-13 17:29:33 -05:00
"loglevel": "debug",
2017-10-12 19:09:04 -04:00
"hsts": {
"enable": false
},
2016-10-04 22:58:05 -04:00
"db": {
2017-02-04 00:31:37 -05:00
"dialect": "sqlite",
2018-06-22 15:07:30 -04:00
"storage": "./db.codimd.sqlite"
2016-10-04 22:58:05 -04:00
}
},
"production": {
"domain": "localhost",
2018-11-21 05:14:59 -05:00
"loglevel": "info",
2017-10-12 19:09:04 -04:00
"hsts": {
2017-10-21 19:22:48 -04:00
"enable": true,
2017-10-12 19:09:04 -04:00
"maxAgeSeconds": "31536000",
2017-10-21 19:22:48 -04:00
"includeSubdomains": true,
"preload": true
2017-10-12 19:09:04 -04:00
},
2018-04-14 16:18:00 -04:00
"csp": {
2017-10-21 19:22:48 -04:00
"enable": true,
2017-10-20 06:31:16 -04:00
"directives": {
},
2018-04-14 16:18:00 -04:00
"upgradeInsecureRequests": "auto",
2018-03-30 10:33:32 -04:00
"addDefaults": true,
"addDisqus": true,
"addGoogleAnalytics": true
2017-10-12 19:09:04 -04:00
},
2016-10-04 22:58:05 -04:00
"db": {
"username": "",
"password": "",
2018-06-22 15:07:30 -04:00
"database": "codimd",
2016-10-04 22:58:05 -04:00
"host": "localhost",
"port": "5432",
"dialect": "postgres"
},
"facebook": {
"clientID": "change this",
"clientSecret": "change this"
},
"twitter": {
"consumerKey": "change this",
"consumerSecret": "change this"
},
"github": {
"clientID": "change this",
"clientSecret": "change this"
},
"gitlab": {
"baseURL": "change this",
"clientID": "change this",
2017-03-14 06:04:23 -04:00
"clientSecret": "change this",
2018-07-30 09:47:09 -04:00
"scope": "use 'read_user' scope for auth user only or remove this property if you need gitlab snippet import/export support (will result to be default scope 'api')",
"version": "use 'v4' if gitlab version > 11, 'v3' otherwise. Default to 'v4'"
2016-10-04 22:58:05 -04:00
},
2017-10-29 06:16:40 -04:00
"mattermost": {
"baseURL": "change this",
"clientID": "change this",
"clientSecret": "change this"
},
2016-10-04 22:58:05 -04:00
"dropbox": {
"clientID": "change this",
2017-01-14 01:17:20 -05:00
"clientSecret": "change this",
"appKey": "change this"
2016-10-04 22:58:05 -04:00
},
"google": {
"clientID": "change this",
2017-01-14 01:17:20 -05:00
"clientSecret": "change this",
"apiKey": "change this"
2016-10-04 22:58:05 -04:00
},
2016-12-13 16:31:35 -05:00
"ldap": {
"url": "ldap://change_this",
"bindDn": null,
"bindCredentials": null,
"searchBase": "change this",
"searchFilter": "change this",
2017-12-09 14:21:50 -05:00
"searchAttributes": ["change this"],
2018-03-01 17:51:47 -05:00
"usernameField": "change this e.g. cn",
"useridField": "change this e.g. uid",
2016-12-13 16:31:35 -05:00
"tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
}
},
2017-11-27 22:46:58 -05:00
"saml": {
"idpSsoUrl": "change: authentication endpoint of IdP",
"idpCert": "change: certificate file path of IdP in PEM format",
"issuer": "change or delete: identity of the service provider (default: serverurl)",
"identifierFormat": "change or delete: name identifier format (default: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')",
"groupAttribute": "change or delete: attribute name for group list (ex: memberOf)",
"requiredGroups": [ "change or delete: group names that allowed" ],
"externalGroups": [ "change or delete: group names that not allowed" ],
"attribute": {
"id": "change or delete this: attribute map for `id` (default: NameID)",
"username": "change or delete this: attribute map for `username` (default: NameID)",
"email": "change or delete this: attribute map for `email` (default: NameID)"
}
},
2016-10-04 22:58:05 -04:00
"imgur": {
"clientID": "change this"
2017-10-26 03:13:29 -04:00
},
2018-01-23 05:58:37 -05:00
"minio": {
"accessKey": "change this",
"secretKey": "change this",
"endPoint": "change this",
"secure": true,
"port": 9000
},
2017-10-26 03:13:29 -04:00
"s3": {
"accessKeyId": "change this",
"secretAccessKey": "change this",
"region": "change this"
},
2018-05-31 07:15:41 -04:00
"s3bucket": "change this",
"azure":
{
"connectionString": "change this",
"container": "change this"
}
2016-10-04 22:58:05 -04:00
}
}