Merge pull request #90 from ishitatsuyuki/patch-2
Remove duplicated HYPERKITTY_URL default
This commit is contained in:
@@ -40,10 +40,6 @@ if [[ ! -v SMTP_PORT ]]; then
|
|||||||
export SMTP_PORT=25
|
export SMTP_PORT=25
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -v HYPERKITTY_URL ]]; then
|
|
||||||
export HYPERKITTY_URL=http://mailman-web:8000/
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
function setup_database () {
|
function setup_database () {
|
||||||
if [[ ! -v DATABASE_URL ]]
|
if [[ ! -v DATABASE_URL ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user