mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 10:47:51 +02:00
updated jwt hostname.
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user