forked from mitmedialab/unhangout-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json.example
More file actions
27 lines (20 loc) · 822 Bytes
/
conf.json.example
File metadata and controls
27 lines (20 loc) · 822 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
27
{
"UNHANGOUT_GOOGLE_CLIENT_ID":"client_id",
"UNHANGOUT_GOOGLE_CLIENT_SECRET":"secret",
"UNHANGOUT_SESSION_SECRET":"sessionsecret",
"UNHANGOUT_PORT":7777,
"UNHANGOUT_HOST":"localhost",
"UNHANGOUT_REDIS_HOST":"localhost",
"UNHANGOUT_REDIS_PORT":6379,
"UNHANGOUT_REDIS_DB":0,
"UNHANGOUT_SERVER_EMAIL_ADDRESS": "node@yourserver.example.com",
"UNHANGOUT_SUPERUSER_EMAILS": ["user1@example.com", "user2@example.com"],
"UNHANGOUT_HANGOUT_APP_ID":123456789012,
"UNHANGOUT_HANGOUT_ORIGIN_REGEX": "^https://[-a-z0-9]+hangout-opensocial.googleusercontent.com$",
"UNHANGOUT_USE_SSL":false,
"UNHANGOUT_REDIRECT_HTTP":true,
"UNHANGOUT_PRIVATE_KEY":"ssl/private.pem",
"UNHANGOUT_CERTIFICATE":"ssl/cert.pem",
"EMAIL_LOG_RECIPIENTS": [],
"TESTING_SELENIUM_PATH": "bin/selenium-server-standalone.jar"
}