etherpad: remove quotes from all env vars
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c89ccc9727
commit
94ca16d6b9
@@ -98,16 +98,16 @@ TZ=UTC
|
||||
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain
|
||||
|
||||
# Name your etherpad instance!
|
||||
ETHERPAD_TITLE="Video Chat"
|
||||
ETHERPAD_TITLE=Video Chat
|
||||
|
||||
# The default text of a pad
|
||||
ETHERPAD_DEFAULT_PAD_TEXT="Welcome to Web Chat!\n\n"
|
||||
ETHERPAD_DEFAULT_PAD_TEXT=Welcome to Web Chat!\n\n
|
||||
|
||||
# Name of the skin for etherpad
|
||||
ETHERPAD_SKIN_NAME="colibris"
|
||||
ETHERPAD_SKIN_NAME=colibris
|
||||
|
||||
# Skin variants for etherpad
|
||||
ETHERPAD_SKIN_VARIANTS="super-light-toolbar super-light-editor light-background full-width-editor"
|
||||
ETHERPAD_SKIN_VARIANTS=super-light-toolbar super-light-editor light-background full-width-editor
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user