Switch meetpad to the opendev etherpad

The new opendev etherpad is up and running. While not in production yet
(we need to transition the DB from etherpad.openstack.org) it should be
fine to have meetpad start using it now as meetpad isn't in production
either.

Change-Id: Ic1917688cba37c03e45e3bccbce6fc723022b94c
This commit is contained in:
Clark Boylan 2020-04-09 08:26:25 -07:00
parent e71221ea33
commit 62048eecc2
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-dev.openstack.org/p/',
etherpad_base: 'https://etherpad.opendev.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-dev.openstack.org/p/
ETHERPAD_URL_BASE=https://etherpad.opendev.org/p/
#
# Basic configuration options