forked from rokwire/groups-building-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-env.json
33 lines (33 loc) · 1.34 KB
/
app-env.json
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
{
"app_secret": {
"GR_MONGO_AUTH": "<mongo auth url>",
"ROKWIRE_API_KEYS": "<smtp password>",
"INTERNAL_API_KEY": "<internal api key>",
"GR_PRIV_KEY": "<service account priv key>",
"AUTHMAN_PASSWORD": "<authman password>",
"AUTHMAN_ADMIN_UIN_LIST": "<admin uins>"
},
"app_config":{
"GR_PORT": "5000",
"GR_MONGO_DATABASE": "<mongo database>",
"GR_MONGO_TIMEOUT": "",
"GROUPS_APP_ID": "<default org id>",
"GROUPS_ORG_ID": "<default app id>",
"NOTIFICATIONS_REPORT_ABUSE_EMAIL": "<report abuse email>",
"NOTIFICATIONS_BASE_URL": "<notifications base url>",
"AUTHMAN_BASE_URL": "<authman url>",
"AUTHMAN_USERNAME": "<authman username>",
"GR_OIDC_PROVIDER": "<oidc provider>",
"GR_OIDC_CLIENT_ID": "<oidc client id>",
"GR_OIDC_EXTENDED_CLIENT_IDS": "",
"GR_OIDC_ADMIN_CLIENT_ID": "<oidc admin client id>",
"GR_OIDC_ADMIN_WEB_CLIENT_ID": "<oidc admin web client id>",
"GR_HOST": "<host>",
"CORE_BB_HOST": "<core bb host>",
"GROUP_SERVICE_URL": "<service url>",
"CALENDAR_BASE_URL": "<service url>",
"GR_SERVICE_ACCOUNT_ID": "<service account id>",
"GR_CORS_ALLOWED_HEADERS": "<header1>,<header2>",
"GR_CORS_ALLOWED_ORIGINS": "<origin1>,<origin2>"
}
}