From 4c8ffd52f3a45866b4e93c298eb3ce020e642650 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Fri, 31 Jan 2020 17:08:43 +0100 Subject: [PATCH] secrets --- .gitignore | 2 +- src/utils/auth_config.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/utils/auth_config.json diff --git a/.gitignore b/.gitignore index 4831129..5fe43d8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -/src/utils/auth_config.json \ No newline at end of file +# /src/utils/auth_config.json \ No newline at end of file diff --git a/src/utils/auth_config.json b/src/utils/auth_config.json new file mode 100644 index 0000000..135c288 --- /dev/null +++ b/src/utils/auth_config.json @@ -0,0 +1,4 @@ +{ + "domain": "dev-fyjrvohx.auth0.com", + "clientId": "bfkq2dOfei9pjxnrZvO1VRW5rZpwGG2X" +} \ No newline at end of file