🚧 move to new config based env

This commit is contained in:
2020-12-20 18:07:58 +01:00
parent 8ef0b21819
commit 2cdd1cd961
5 changed files with 19 additions and 16 deletions

6
public/env.sample.js Normal file
View File

@@ -0,0 +1,6 @@
const config = {
baseurl: 'http://localhost:4010',
// optional params ⏬
fallback_username: 'demo',
fallback_password: 'demo'
};