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: '' -};