diff --git a/config_template.json b/config_template.json index 9e26dfe..9bb0857 100644 --- a/config_template.json +++ b/config_template.json @@ -1 +1,30 @@ -{} \ No newline at end of file +{ + "maingate_mongodb_url": "mongodb://...", + "autologin_ttl": 604800, + "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": "", + + "maingate_global_admins" : [ + "mountain@action2quare.com" +] +}