mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
add instance_map to synapse
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
9c0c892050
commit
5d51efa88c
|
@ -213,6 +213,10 @@ database:
|
|||
redis:
|
||||
enabled: true
|
||||
password: "{{ .Data.data.redis_password }}"
|
||||
instance_map:
|
||||
main:
|
||||
host: localhost
|
||||
port: 9093
|
||||
{{ end }}
|
||||
EOF
|
||||
destination = "/secrets/extra.yaml"
|
||||
|
@ -354,6 +358,10 @@ database:
|
|||
redis:
|
||||
enabled: true
|
||||
password: "{{ .Data.data.redis_password }}"
|
||||
instance_map:
|
||||
main:
|
||||
host: localhost
|
||||
port: 9093
|
||||
{{ end }}
|
||||
EOF
|
||||
destination = "/secrets/extra.yaml"
|
||||
|
@ -495,6 +503,10 @@ database:
|
|||
redis:
|
||||
enabled: true
|
||||
password: "{{ .Data.data.redis_password }}"
|
||||
instance_map:
|
||||
main:
|
||||
host: localhost
|
||||
port: 9093
|
||||
{{ end }}
|
||||
EOF
|
||||
destination = "/secrets/extra.yaml"
|
||||
|
@ -636,6 +648,10 @@ database:
|
|||
redis:
|
||||
enabled: true
|
||||
password: "{{ .Data.data.redis_password }}"
|
||||
instance_map:
|
||||
main:
|
||||
host: localhost
|
||||
port: 9093
|
||||
{{ end }}
|
||||
EOF
|
||||
destination = "/secrets/extra.yaml"
|
||||
|
@ -861,6 +877,10 @@ database:
|
|||
redis:
|
||||
enabled: true
|
||||
password: "{{ .Data.data.redis_password }}"
|
||||
instance_map:
|
||||
main:
|
||||
host: localhost
|
||||
port: 9093
|
||||
{{ end }}
|
||||
EOF
|
||||
destination = "/secrets/extra.yaml"
|
||||
|
|
Loading…
Reference in a new issue