Switch meetpad to etherpad-dev

This is to test if newer etherpad-lite works with jitsi integration
better.

Note that etherpad-dev uses a self signed ssl cert. When testing this
you may have to navigate to https://etherpad-dev.openstack.org and
permanently accept the ssl cert there before using meetpad. Then when
testing is done you can go back and remove the exception to ssl
verification.

Change-Id: Ie5a3db3f3ab762445afff6281cb372f90afc1410
This commit is contained in:
Clark Boylan 2020-04-01 09:38:55 -07:00
parent a1433563d3
commit 77e09bd193
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ var config = {
// Whether to use a welcome page or not. In case it's false a random room
// will be joined when no room is specified.
enableWelcomePage: true,
etherpad_base: 'https://etherpad.openstack.org/p/',
etherpad_base: 'https://etherpad-dev.openstack.org/p/',
useRoomAsSharedDocumentName: true,
openSharedDocumentOnJoin: true,

View File

@ -13,7 +13,7 @@ TZ=Etc/UTC
PUBLIC_URL="https://meetpad.opendev.org"
# Set etherpad-lite URL (uncomment to enable).
ETHERPAD_URL_BASE=https://etherpad.openstack.org/p/
ETHERPAD_URL_BASE=https://etherpad-dev.openstack.org/p/
#
# Basic configuration options