Browse Source

Remove the env.js bits now that we no longer use Auth0.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
8a9429e024
  1. 2
      README.md
  2. 3
      app.json
  3. 4
      env-sample.js

2
README.md

@ -217,8 +217,6 @@ These **need** to be added to your PATH.
```shell ```shell
git clone https://github.com/TheGoddessInari/rambox.git git clone https://github.com/TheGoddessInari/rambox.git
cd rambox cd rambox
cp env-sample.js env.js
# update env.js with your auth0 details.
npm install npm install
npm run repack:win64 npm run repack:win64
``` ```

3
app.json

@ -106,9 +106,6 @@
{ {
"path": "resources/js/loadscreen.js" "path": "resources/js/loadscreen.js"
}, },
{
"path": "env.js"
},
{ {
"path": "app.js", "path": "app.js",
"bundle": true "bundle": true

4
env-sample.js

@ -1,4 +0,0 @@
var auth0Cfg = {
clientID: ''
,domain: ''
};
Loading…
Cancel
Save