Add missing secret key to tandoor
This commit is contained in:
parent
e0933af438
commit
68463c03f1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ svc_env:
|
|||
SQL_DEBUG: 0
|
||||
|
||||
ALLOWED_HOSTS: recipes.serguzim.me
|
||||
SECRET_KEY:
|
||||
SECRET_KEY: "{{ vault_tandoor.secret_key }}"
|
||||
TIMEZONE: "{{ timezone }}"
|
||||
|
||||
DB_ENGINE: django.db.backends.postgresql
|
||||
|
|
Reference in a new issue