From 0a8f690714853ee96dcb7c68bd6588e3fdc03359 Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 13 Jun 2023 20:09:10 +0900 Subject: [PATCH] =?UTF-8?q?config=20template=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_template.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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" +] +}