Commit f7537f23 authored by sim's avatar sim

[FIX] ALLOWED_HOSTS populated at setup

parent 0c8d3c22
......@@ -157,6 +157,7 @@ VENV=$(escape_ini "$VENV")
echo "▸ Generate configuration file from $GARGANTEXT_TEMPLATE..."
sed -E -e "s/[{]DEBUG[}]/$DEBUG/g" \
-e "s/[{]HOSTNAME[}]/$HOSTNAME/g" \
-e "s/[{]SECRET_KEY[}]/$SECRET_KEY/g" \
-e "s/[{]TIME_ZONE[}]/$TIME_ZONE/g" \
-e "s/[{]DB_HOST[}]/$DB_HOST/g" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment