bundles/mx-puppet-discord: use public url of matrix server to be able to upload media to matrix-media-repo
This commit is contained in:
parent
123f58046e
commit
4d71cc19c3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'mx-puppet-discord': {
|
'mx-puppet-discord': {
|
||||||
'homeserver': {
|
'homeserver': {
|
||||||
'domain': 'franzi.business',
|
'domain': 'franzi.business',
|
||||||
'url': 'http://[::1]:8008',
|
'url': 'https://matrix.franzi.business',
|
||||||
},
|
},
|
||||||
'allowed-users': {
|
'allowed-users': {
|
||||||
'@.*:franzi\\\\.business',
|
'@.*:franzi\\\\.business',
|
||||||
|
|
Loading…
Reference in a new issue