diff --git a/uwsgi-python/templates/apps/meckerkasten.j2 b/uwsgi-python/templates/apps/meckerkasten.j2
index 62af39ca8727871d337878d44ac561c295f4d22e..991cdfc331520ec82ff0957a669cbab1f2e3424d 100644
--- a/uwsgi-python/templates/apps/meckerkasten.j2
+++ b/uwsgi-python/templates/apps/meckerkasten.j2
@@ -1,3 +1,5 @@
+from secret_config import secret_key as SECRET_KEY
+
 SESSION_COOKIE_SECURE = False
 
 MAIL_SERVER = "{{meckerkasten_mail_host}}"
diff --git a/uwsgi-python/vars/meckerkasten.yml b/uwsgi-python/vars/meckerkasten.yml
index 614e47282d3e7b91eb4b4daafb77db2832149405..94da1806201e9be1715847b0139a3281a075b7e5 100644
--- a/uwsgi-python/vars/meckerkasten.yml
+++ b/uwsgi-python/vars/meckerkasten.yml
@@ -10,7 +10,7 @@ app_venv: /var/www/meckerkasten/venv
 app_program: meckerkasten.py
 app_callable: app
 app_command: ""
-app_mountpoint: /
+app_mountpoint: /meckerkasten
 app_mules: 0
 app_enable_threads: false
 app_uwsgi_options: []