bundles/mx-puppet-discord: add (Discord) to room and user names
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
7fef4d7a00
commit
a66d9c5765
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ provisioning:
|
|||
- "${regex}"
|
||||
% endfor
|
||||
|
||||
namePatterns:
|
||||
user: ":name (Discord)"
|
||||
userOverride: ":displayname (Discord)"
|
||||
room: "#:name (Discord - :guild)"
|
||||
group: ":name"
|
||||
|
||||
database:
|
||||
connString: "postgres://${node.metadata['mx-puppet-discord']['database']['user']}:${node.metadata['mx-puppet-discord']['database']['password']}@${node.metadata['mx-puppet-discord']['database'].get('host', 'localhost')}/${node.metadata['mx-puppet-discord']['database']['database']}?sslmode=disable"
|
||||
|
||||
|
|
Loading…
Reference in a new issue