config.json ignore

This commit is contained in:
2023-06-13 20:07:18 +09:00
parent 8c75bbaf4a
commit 7100199a17
2 changed files with 2 additions and 65 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.log
*.exe
console/
static/
static/
config.json

View File

@ -1,64 +0,0 @@
{
"region_storage" : {
"private" : {
"mongo" : "mongodb://192.168.8.94:27017/?replicaSet=repl01&retrywrites=false",
"redis" : {
"url" : "redis://192.168.8.94:6379",
"offset" : {
"cache" : 0,
"session" : 1,
"ranking" : 2,
"chat" : 3
}
}
},
"dev" : {
"mongo" : "mongodb://192.168.8.94:27017/?replicaSet=repl01&retrywrites=false",
"redis" : {
"url" : "redis://192.168.8.94:6379",
"offset" : {
"cache" : 0,
"session" : 1,
"ranking" : 2,
"chat" : 3
}
}
}
},
"maingate_mongodb_url" : "mongodb://192.168.8.94:27017/?replicaSet=repl01&retrywrites=false",
"maingate_service_url" : "http://localhost/maingate",
"maingate_global_admins" : [
"rehjinh@action2quare.com"
],
"tavern_service_url" : "http://localhost/tavern",
"port" : 8080,
"postoffice_mongodb_url" : "mongodb://192.168.8.94:27017/?replicaSet=repl01&retrywrites=false",
"postoffice_service_url" : "http://localhost/maingate",
"autologin_ttl": 604800,
"redirect_base_url": "https://auth.action2quare.com",
"google_client_id" : "46698421246-fv2k7chr1j95ju1vm10ogq8prkjt8272.apps.googleusercontent.com",
"google_client_secret" : "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",
"twitter_oauth_key": "1045586021293862912-MSaciEnwsyNvgfjtmIjGTLA882X8DG",
"twitter_oauth_secret": "eclZpTlRQM3igThV7rVoVM5WnyJq9Eu9KfB2bWqvCIzUX",
"twitter_customer_key": "mZTsefCkkiwa3Qgj2WYbAGdS5",
"twitter_customer_secret": "300zHEJu17JuFupvigdi5s1B5nSiEAO1JqtcX9ZDMnUBJ8Bn6q",
"apple_client_id": "auth.service.action2quare.com",
"apple_privatekey": "-----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgi3HkbNY93XdcNJVa\nAzR895cHxPXYeT0HnAOCzW5IOlOgCgYIKoZIzj0DAQehRANCAAS81nJzJcsZWtdr\n7sAeyqyHFoyCBdmsqI3fvLWYj/5M3MqgMI7pYyVbSmtXT9El/67Y4vz2e/9gllLy\ns0S/XoFo\n-----END PRIVATE KEY-----",
"apple_service_id": "auth.service.action2quare.com",
"apple_team_id": "YC94S4Z6CS",
"apple_key_id": "47UBTLARC8",
"microsoft_client_id": "ebc03204-a5b4-41bf-ac2b-5051615ccf33",
"microsoft_client_secret" : "fa78Q~9C4zEadeOf5ACSFsenP35jHVLKdW.jvcNr",
"gamepot_project_id": "dbfe1334-6dde-43e0-b8a9-cc0733d4c60e",
"gamepot_logincheckapi_url": "https://gamepot.apigw.ntruss.com/gpapps/v1/loginauth",
"firebase_admin_sdk_credentialfile": "kingdom-2b812-firebase-adminsdk-a6j68-d42ae01182.json"
}