updated jwt hostname.

This commit is contained in:
wjbeckett
2024-10-01 12:29:35 +10:00
parent f98a505df8
commit d53c2428b8
2 changed files with 4 additions and 5 deletions

View File

@ -4,11 +4,10 @@ matrix_jwt_service_enabled: false
# Base path configuration
matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/jwt-service"
matrix_homeserver_config_path: "{{ matrix_base_data_path }}/synapse/config/homeserver.yaml"
# Docker network configuration
matrix_jwt_service_container_network: ''
matrix_jwt_service_container_http_host_bind_port: ''
matrix_jwt_service_container_http_host_bind_port: '8881'
matrix_jwt_service_container_additional_networks: [] # No additional networks by default
# Docker images
@ -115,4 +114,4 @@ matrix_jwt_service_floc_optout_enabled: true
# - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
# - https://hstspreload.org/#opt-in
# See: `matrix_jwt_service_http_header_strict_transport_security`
matrix_jwt_service_hsts_preload_enabled: false
matrix_jwt_service_hsts_preload_enabled: true