refactor(config): user formatting
This commit is contained in:
parent
57fe623ebe
commit
01e43916f2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
matrix: {
|
matrix: {
|
||||||
domain: 'https://your_homeserver.com',
|
domain: 'https://your_homeserver.com',
|
||||||
user: 'your_user',
|
user: '@your_user:your_homeserver.com',
|
||||||
password: 'your_password',
|
password: 'your_password',
|
||||||
domains: [ 'your_homeserver.com' ]
|
domains: [ 'your_homeserver.com' ]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue