41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"maingate_mongodb_url": "mongodb://...",
|
|
"autologin_ttl": 604800,
|
|
"maximum_num_link_account": 10,
|
|
"redirect_base_url": "",
|
|
"google_client_id" : "",
|
|
"google_client_secret" : "",
|
|
|
|
"twitter_oauth_key": "",
|
|
"twitter_oauth_secret": "",
|
|
"twitter_customer_key": "",
|
|
"twitter_customer_secret": "",
|
|
|
|
"apple_client_id": "",
|
|
"apple_privatekey": "",
|
|
"apple_service_id": "",
|
|
"apple_team_id": "",
|
|
"apple_key_id": "",
|
|
|
|
"microsoft_client_id": "",
|
|
"microsoft_client_secret" : "",
|
|
|
|
"gamepot_project_id": "",
|
|
"gamepot_logincheckapi_url": "",
|
|
|
|
"firebase_admin_sdk_credentialfile": "",
|
|
|
|
"firebase_google_analytics_jssdk_apikey": "",
|
|
"firebase_google_analytics_jssdk_authdomain": "",
|
|
"firebase_google_analytics_jssdk_databaseurl": "",
|
|
"firebase_google_analytics_jssdk_projectid": "",
|
|
"firebase_google_analytics_jssdk_storagebucket": "",
|
|
"firebase_google_analytics_jssdk_messagingsenderid": "",
|
|
"firebase_google_analytics_jssdk_apiid": "",
|
|
"firebase_google_analytics_jssdk_measurementid": "",
|
|
|
|
"maingate_global_admins" : [
|
|
"mountain@action2quare.com"
|
|
]
|
|
}
|