Browse Source

Fix bluesky reference

pull/4572/head
jasonlaguidice 6 months ago
parent
commit
038b0f1408
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers View File

@@ -2805,7 +2805,7 @@ matrix_steam_bridge_metrics_enabled: "{{ prometheus_enabled or matrix_metrics_ex

matrix_steam_bridge_metrics_proxying_enabled: "{{ matrix_steam_bridge_metrics_enabled and matrix_metrics_exposure_enabled }}"
matrix_steam_bridge_metrics_proxying_hostname: "{{ matrix_metrics_exposure_hostname }}"
matrix_steam_bridge_metrics_proxying_path_prefix: "{{ matrix_metrics_exposure_path_prefix }}/mautrix-bluesky"
matrix_steam_bridge_metrics_proxying_path_prefix: "{{ matrix_metrics_exposure_path_prefix }}/matrix-steam-bridge"

matrix_steam_bridge_database_hostname: "{{ postgres_connection_hostname if postgres_enabled else '' }}"
matrix_steam_bridge_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'mau.twt.db', rounds=655555) | to_uuid if postgres_enabled else '' }}"


Loading…
Cancel
Save