mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
prosody: fix reservations API
Fixes: https://github.com/jitsi/jitsi-meet/issues/11623
This commit is contained in:
parent
8337c0b108
commit
7c29b57914
@ -167,7 +167,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
|
||||
{{ end }}
|
||||
|
||||
{{ if $PROSODY_RESERVATION_ENABLED }}
|
||||
reservations_api_prefix = { "{{ $PROSODY_RESERVATION_REST_BASE_URL }}" }
|
||||
reservations_api_prefix = "{{ $PROSODY_RESERVATION_REST_BASE_URL }}"
|
||||
{{ end }}
|
||||
|
||||
{{ if $ENABLE_BREAKOUT_ROOMS }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user