diff --git a/playbooks/roles/jitsi-meet/templates/jvb-env.j2 b/playbooks/roles/jitsi-meet/templates/jvb-env.j2 index 5752cc09b1..aebecdeb1d 100644 --- a/playbooks/roles/jitsi-meet/templates/jvb-env.j2 +++ b/playbooks/roles/jitsi-meet/templates/jvb-env.j2 @@ -10,10 +10,10 @@ CONFIG=/var/jitsi-meet TZ=Etc/UTC # Public URL for the web service. -PUBLIC_URL="https://meetpad.opendev.org" +PUBLIC_URL=https://meetpad.opendev.org # Set etherpad-lite URL (uncomment to enable). -ETHERPAD_URL_BASE=https://etherpad.opendev.org/p/ +ETHERPAD_URL_BASE=https://etherpad.opendev.org # # Basic configuration options diff --git a/playbooks/roles/jitsi-meet/templates/meet-env.j2 b/playbooks/roles/jitsi-meet/templates/meet-env.j2 index ca7cdfcb5b..4ccc6bfff5 100644 --- a/playbooks/roles/jitsi-meet/templates/meet-env.j2 +++ b/playbooks/roles/jitsi-meet/templates/meet-env.j2 @@ -10,10 +10,10 @@ CONFIG=/var/jitsi-meet TZ=Etc/UTC # Public URL for the web service. -PUBLIC_URL="https://meetpad.opendev.org" +PUBLIC_URL=https://meetpad.opendev.org # Set etherpad-lite URL (uncomment to enable). -ETHERPAD_URL_BASE=https://etherpad.opendev.org/p/ +ETHERPAD_URL_BASE=https://etherpad.opendev.org # # Basic configuration options