make BACKOFFICE_PROXY_URLS templateable by ansible

This commit is contained in:
Thomas Steen Rasmussen 2020-04-25 14:35:19 +02:00
parent a0dfaf0109
commit 222fc8a70d
1 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,5 @@ ECONOMYTEAM_NAME = "Economy"
BORNHACK_2019_OLD_TOKEN_TOKEN = "{{ bornhack_2019_old_token_token }}"
KORTFORSYNINGEN_TOKEN = "{{ kortforsyningen_token }}"
BACKOFFICE_PROXY_URLS = {}
BACKOFFICE_PROXY_URLS = "{{ backoffice_proxy_urls }}"