CONFIG: add 'demo' as default username/password

This commit is contained in:
Philipp Dormann 2021-03-20 18:31:31 +01:00
parent 5a7b2cf886
commit ba3471068a

View File

@ -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
};