mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-01-28 18:00
This commit is contained in:
@@ -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')) }}"
|
||||
|
Reference in New Issue
Block a user