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

Fixes #21 email in known

parent 281967f9
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ 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
echo "smtp_host = 172.17.42.1" >> /app/config.ini
echo "smtp_port = 25" >> /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