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

Add option for more secret keys in secret config

parent cb2ea6c4
No related branches found
No related tags found
2 merge requests!3Unify uwsgi python,!2Unify Unification Branches
secret_key = '{{ (2**2048)|random }}'
{% if app_secret_config_keys is defined %}
{% for key in app_secret_config_keys %}
{{key}} = '{{ (2**2048)|random }}'
{% endfor %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment