make BACKOFFICE_PROXY_URLS templateable by ansible
This commit is contained in:
parent
a0dfaf0109
commit
222fc8a70d
|
@ -96,5 +96,5 @@ ECONOMYTEAM_NAME = "Economy"
|
||||||
|
|
||||||
BORNHACK_2019_OLD_TOKEN_TOKEN = "{{ bornhack_2019_old_token_token }}"
|
BORNHACK_2019_OLD_TOKEN_TOKEN = "{{ bornhack_2019_old_token_token }}"
|
||||||
KORTFORSYNINGEN_TOKEN = "{{ kortforsyningen_token }}"
|
KORTFORSYNINGEN_TOKEN = "{{ kortforsyningen_token }}"
|
||||||
BACKOFFICE_PROXY_URLS = {}
|
BACKOFFICE_PROXY_URLS = "{{ backoffice_proxy_urls }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue