diff --git a/core/assets/run.sh b/core/assets/run.sh index 4fedd56..abb2a6c 100755 --- a/core/assets/run.sh +++ b/core/assets/run.sh @@ -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 ]]