Skip to content
Snippets Groups Projects
Commit 55a0508a authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix meckerkasten mountpoint and imports

parent 3815a129
No related branches found
No related tags found
No related merge requests found
from secret_config import secret_key as SECRET_KEY
SESSION_COOKIE_SECURE = False SESSION_COOKIE_SECURE = False
MAIL_SERVER = "{{meckerkasten_mail_host}}" MAIL_SERVER = "{{meckerkasten_mail_host}}"
......
...@@ -10,7 +10,7 @@ app_venv: /var/www/meckerkasten/venv ...@@ -10,7 +10,7 @@ app_venv: /var/www/meckerkasten/venv
app_program: meckerkasten.py app_program: meckerkasten.py
app_callable: app app_callable: app
app_command: "" app_command: ""
app_mountpoint: / app_mountpoint: /meckerkasten
app_mules: 0 app_mules: 0
app_enable_threads: false app_enable_threads: false
app_uwsgi_options: [] app_uwsgi_options: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment