-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsettings.json
More file actions
26 lines (19 loc) · 882 Bytes
/
settings.json
File metadata and controls
26 lines (19 loc) · 882 Bytes
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
{
"ip": "OPENSHIFT_INTERNAL_IP",
"port" : "OPENSHIFT_INTERNAL_PORT",
"dbType" : "mongodb",
"dbSettings" : {
"user" : "OPENSHIFT_NOSQL_DB_USERNAME",
"host" : "OPENSHIFT_NOSQL_DB_HOST",
"port" : OPENSHIFT_NOSQL_DB_PORT,
"password": "OPENSHIFT_NOSQL_DB_PASSWORD",
"dbname": "OPENSHIFT_APP_NAME"
},
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
"requireSession" : false,
"editOnly" : false,
"minify" : true,
"abiword" : null,
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"
}