CONFIG: add 'demo' as default username/password
This commit is contained in:
parent
5a7b2cf886
commit
ba3471068a
@ -2,7 +2,7 @@ const config = {
|
||||
baseurl: 'http://localhost:4010',
|
||||
documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe',
|
||||
// optional
|
||||
default_username: '',
|
||||
default_password: '',
|
||||
default_username: 'demo',
|
||||
default_password: 'demo',
|
||||
prefersHashRouting: true
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user