Adds url variable to fix some issues

This commit is contained in:
pierreozoux 2015-01-28 11:00:05 +00:00
parent 0464eaa84f
commit 0fe9e2a872

View file

@ -73,6 +73,7 @@ echo "dbname = '${DB_NAME}'" >> /app/config.ini
echo "dbhost = '${DB_HOST}'" >> /app/config.ini
echo "dbuser = '${DB_USER}'" >> /app/config.ini
echo "dbpass = '${DB_PASS}'" >> /app/config.ini
echo "url = 'https://${URL}/'" >> /app/config.ini
exec /run.sh