Skip to content
Snippets Groups Projects
Commit 0fe9e2a8 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds url variable to fix some issues

parent 0464eaa8
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment