forked from mitmedialab/unhangout-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json.example
43 lines (34 loc) · 1.36 KB
/
conf.json.example
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
35
36
37
38
39
40
41
42
43
{
"UNHANGOUT_GOOGLE_CLIENT_ID":"client_id",
"UNHANGOUT_GOOGLE_CLIENT_SECRET":"secret",
"UNHANGOUT_SESSION_SECRET":"sessionsecret",
"UNHANGOUT_EVENTS_SPREADSHEET": "... google spreadsheet key ...",
"UNHANGOUT_PORT":7777,
"UNHANGOUT_HOST":"localhost",
"UNHANGOUT_REDIS_HOST":"localhost",
"UNHANGOUT_REDIS_PORT":6379,
"UNHANGOUT_REDIS_DB":0,
"UNHANGOUT_SMTP": {
"host": "localhost",
"port": "2525",
"secureConnection": false
},
"UNHANGOUT_SERVER_EMAIL_ADDRESS": "[email protected]",
"UNHANGOUT_SUPERUSER_EMAILS": ["[email protected]", "[email protected]"],
"UNHANGOUT_MANAGERS": ["[email protected]"],
"UNHANGOUT_HANGOUT_APP_ID": 123456789012,
"UNHANGOUT_HANGOUT_ORIGIN_REGEX": "^https://[-a-z0-9]+hangout-opensocial.googleusercontent.com$",
"UNHANGOUT_USE_SSL":false,
"UNHANGOUT_REDIRECT_HTTP":false,
"UNHANGOUT_PRIVATE_KEY":"ssl/private.pem",
"UNHANGOUT_CERTIFICATE":"ssl/cert.pem",
"EMAIL_LOG_RECIPIENTS": ["[email protected]"],
"UNHANGOUT_LOG_DIR": "logs",
"UNHANGOUT_HANGOUT_URLS_WARNING": 10,
"TESTING_SELENIUM_PATH": "bin/selenium-server-standalone.jar",
"TESTING_SELENIUM_VERBOSE": false,
"TESTING_FIREFOX_BIN": null,
"MANDRILL_API_KEY": "...mandrill api key...",
"CUSTOM_CSS_FILES": [],
"CUSTOM_FACILITATOR_CSS_FILES": []
}