From 7100199a17f64f24d60526961ac51d599b8f44cc Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 13 Jun 2023 20:07:18 +0900 Subject: [PATCH] config.json ignore --- .gitignore | 3 ++- config.json | 64 ----------------------------------------------------- 2 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 config.json diff --git a/.gitignore b/.gitignore index b7b397c..941b90a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.log *.exe console/ -static/ \ No newline at end of file +static/ +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index b355a6a..0000000 --- a/config.json +++ /dev/null @@ -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" - -} \ No newline at end of file