From 83a922c8dd18f8c87aeb8f61b1cd7d7ba90e9111 Mon Sep 17 00:00:00 2001 From: sujinleeme Date: Mon, 23 Jul 2018 18:12:58 +0900 Subject: [PATCH] deploy test --- .gitignore | 1 - src/social-config.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/social-config.json diff --git a/.gitignore b/.gitignore index a9b47a5..7483aee 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ dist yarn-error.log .idea package-lock.json -src/social-config.json diff --git a/src/social-config.json b/src/social-config.json new file mode 100644 index 0000000..b610d2f --- /dev/null +++ b/src/social-config.json @@ -0,0 +1,4 @@ +{ + "GOOGLE_CLIENT_ID": "XXXXX", + "FACEBOOK_APP_ID": "189295491740892" +}