Files
maingate/config_template.json

35 lines
778 B
JSON
Raw Normal View History

2023-06-13 20:09:10 +09:00
{
"maingate_mongodb_url": "mongodb://...",
2023-08-31 21:13:11 +09:00
"session_storage": "",
"session_ttl" : 3600,
2023-06-13 20:09:10 +09:00
"autologin_ttl": 604800,
"maximum_num_link_account": 10,
2023-06-13 20:09:10 +09:00
"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"
]
}