bundles/mautrix-telegram: handle registration.yaml ourselves
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a69f049ce2
commit
2361466c84
4 changed files with 26 additions and 18 deletions
|
@ -16,6 +16,9 @@ defaults = {
|
|||
'password': repo.vault.password_for('{} postgresql mautrix-telegram'.format(node.name)),
|
||||
'database': 'mautrix-telegram',
|
||||
},
|
||||
'as_token': repo.vault.password_for('{} mautrix-telegram as_token'.format(node.name)),
|
||||
'hs_token': repo.vault.password_for('{} mautrix-telegram hs_token'.format(node.name)),
|
||||
'sender_localpart': repo.vault.password_for('{} mautrix-telegram sender_localpart'.format(node.name)),
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue