Skip to content

Commit

Permalink
mediawiki: make WG_SITENAME empty by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eugulixes committed Jul 14, 2024
1 parent e45cf31 commit 87d61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PORT=${PORT:=8004}
# shellcheck disable=SC2034
SECRET_KEY="$(python3 -c "import secrets, string; print(''.join(secrets.choice(string.ascii_letters + string.digits) for _ in range(64)))")"

WG_SITENAME=${WG_SITENAME:="My KB"}
WG_SITENAME=${WG_SITENAME:=""}

WG_META_NAMESPACE=${WG_META_NAMESPACE:=My_KB}

Expand Down

0 comments on commit 87d61ac

Please sign in to comment.