CONFIG: default_username + default_password

This commit is contained in:
2021-03-20 18:27:15 +01:00
parent b2223b5110
commit cc926e84fb
3 changed files with 5 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
const config = {
baseurl: 'http://localhost:4010',
documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe'
documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe',
// optional
default_username: '',
default_password: '',
prefersHashRouting: true
};