This repository has been archived on 2025-05-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
transip-client-ansible/templates/env.j2
2021-07-19 19:01:22 +02:00

4 lines
154 B
Django/Jinja

DOMAINS="{{ app_domains | join(':') }}"
SENTRY_DSN="{{ sentry_dsn }}"
LOGIN="{{ login }}"
PRIVATE_KEY_PATH="{{ private_key_dir }}/{{ private_key_name }}"