27 lines
No EOL
670 B
Django/Jinja
27 lines
No EOL
670 B
Django/Jinja
---
|
|
|
|
dns:
|
|
clientId: {{ cuyper__dns_clientId }}
|
|
accessToken: {{ cuyper__dns_accessToken }}
|
|
type: {{ cuyper__dns_type }}
|
|
name: {{ cuyper__dns_name }}
|
|
|
|
gateway: {{ cuyper__gateway_hostname }}
|
|
|
|
portainer:
|
|
hostName: {{ cuyper__portainer_hostName }}
|
|
url: {{ cuyper__portainer_url }}
|
|
username: {{ cuyper__portainer_username }}
|
|
password: {{ cuyper__portainer_password }}
|
|
endPointId: {{ cuyper__portainer_endPointId }}
|
|
|
|
smtp:
|
|
hostName: {{ cuyper__smtp_hostName }}
|
|
port: {{ cuyper__smtp_port }}
|
|
user: {{ cuyper__smtp_user }}
|
|
pass: {{ cuyper__smtp_pass }}
|
|
from: {{ cuyper__smtp_from }}
|
|
|
|
apikey: {{ cuyper__apikey }}
|
|
|
|
knownzones: {{ cuyper__knownzones }} |