jicofo,prosody: migrate to new reservations system

It's now implemented in Prosody rather than in Jicofo.
This commit is contained in:
Mahdhi Rezvi
2022-06-03 11:23:35 +05:30
committed by GitHub
parent 70c5cbfde2
commit 8337c0b108
3 changed files with 11 additions and 9 deletions

View File

@@ -156,11 +156,4 @@ jicofo {
trusted-domains = [ "{{ $XMPP_RECORDER_DOMAIN }}" ]
{{ end }}
}
{{ if .Env.JICOFO_RESERVATION_ENABLED | default "false" | toBool }}
reservation {
enabled = "{{ .Env.JICOFO_RESERVATION_ENABLED }}"
base-url = "{{ .Env.JICOFO_RESERVATION_REST_BASE_URL }}"
}
{{ end }}
}