9 lines
229 B
YAML
9 lines
229 B
YAML
caddy:
|
|
admin_email: me+acme@tudattr.dev
|
|
|
|
domain: "{{ internal_domain }}"
|
|
|
|
netcup_api_key: "{{ vault.netcup.api_key }}"
|
|
netcup_api_password: "{{ vault.netcup.api_password }}"
|
|
netcup_customer_id: "{{ vault.netcup.customer_id }}"
|