Add missing secret key to tandoor

This commit is contained in:
Tobias Reisinger 2023-12-09 17:39:37 +01:00
parent e0933af438
commit 68463c03f1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -14,7 +14,7 @@ svc_env:
SQL_DEBUG: 0 SQL_DEBUG: 0
ALLOWED_HOSTS: recipes.serguzim.me ALLOWED_HOSTS: recipes.serguzim.me
SECRET_KEY: SECRET_KEY: "{{ vault_tandoor.secret_key }}"
TIMEZONE: "{{ timezone }}" TIMEZONE: "{{ timezone }}"
DB_ENGINE: django.db.backends.postgresql DB_ENGINE: django.db.backends.postgresql