From fe3b7d8360a2e74f67b0fdd16f5e7be5538986f0 Mon Sep 17 00:00:00 2001 From: Matthew Machuga Date: Mon, 14 Aug 2017 09:56:07 -0400 Subject: [PATCH] Ignoring .env --- .gitignore | 1 + server/config.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 server/config.json diff --git a/.gitignore b/.gitignore index f03333c1..1eafd162 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .DS_Store .nyc_output server/config.json +.env diff --git a/server/config.json b/server/config.json new file mode 100644 index 00000000..62615c98 --- /dev/null +++ b/server/config.json @@ -0,0 +1,6 @@ +{ + "EXTENSION_SECRET": "super-secret", + "AUTH0_DOMAIN": "machuga-auth0.auth0.com", + "AUTH0_CLIENT_ID": "XXT53jbTXVzFvSxuXUQZsRSWC11eMMIC", + "AUTH0_CLIENT_SECRET": "5Y9V0tKJoNxJ-GdKXSMbw7ZlWv4HElUFHfqfguvqamR3csIzjDTxBhD_mzslfRjR" +}