Update to 2022-01-28 18:00

This commit is contained in:
Daniel Berteaud
2022-01-28 18:00:06 +01:00
parent c614bcb149
commit 9abf651e65
6 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
SECRET_KEY={{ taiga_secret_key }}
MAX_AGE=300
TAIGA_SUBPATH={{ taiga_public_url | urlsplit('path') }}
SECRET_KEY="{{ taiga_secret_key }}"
MAX_AGE=600
TAIGA_SUBPATH="{{ (taiga_public_url | urlsplit('path') == '/') | ternary('', taiga_public_url | urlsplit('path')) }}"