Remove duplicated HYPERKITTY_URL default

This commit is contained in:
Tatsuyuki Ishi
2017-07-25 09:10:57 +09:00
committed by GitHub
parent 846aa4064f
commit 3525682741

View File

@@ -40,10 +40,6 @@ if [[ ! -v SMTP_PORT ]]; then
export SMTP_PORT=25
fi
if [[ ! -v HYPERKITTY_URL ]]; then
export HYPERKITTY_URL=http://mailman-web:8000/
fi
function setup_database () {
if [[ ! -v DATABASE_URL ]]