From 8a9429e024f75e55ddcbb67cfdfb8e6cbaf5ca35 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Fri, 10 Aug 2018 09:11:04 -0700 Subject: [PATCH] Remove the env.js bits now that we no longer use Auth0. --- README.md | 2 -- app.json | 3 --- env-sample.js | 4 ---- 3 files changed, 9 deletions(-) delete mode 100644 env-sample.js diff --git a/README.md b/README.md index d0941315..ccc6d238 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,6 @@ These **need** to be added to your PATH. ```shell git clone https://github.com/TheGoddessInari/rambox.git cd rambox -cp env-sample.js env.js -# update env.js with your auth0 details. npm install npm run repack:win64 ``` diff --git a/app.json b/app.json index e737c72e..f6d927db 100644 --- a/app.json +++ b/app.json @@ -106,9 +106,6 @@ { "path": "resources/js/loadscreen.js" }, - { - "path": "env.js" - }, { "path": "app.js", "bundle": true diff --git a/env-sample.js b/env-sample.js deleted file mode 100644 index ffeba058..00000000 --- a/env-sample.js +++ /dev/null @@ -1,4 +0,0 @@ -var auth0Cfg = { - clientID: '' - ,domain: '' -};