commit 239f789865e20ea8ce561b25fcfb9dd1cd3d41b9
parent 66b2ab4c76c73361c70f3645078723057764e31f
Author: Florian Dold <florian@dold.me>
Date: Mon, 17 Nov 2025 17:31:31 +0100
fix EBICS base URL
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inventories/host_vars/spec/vars.yml b/inventories/host_vars/spec/vars.yml
@@ -86,8 +86,8 @@ HAVE_SECRETS: true
# Symmetric encryption secret for KYC attribute encryption.
EXCHANGE_ATTRIBUTE_ENCRYPTION_KEY: "{{ vault_exchange_attribute_encryption_key }}"
-# EBICS access details (we're not actually using this...)
-LIBEUFIN_NEXUS_EBICS_HOST_BASE_URL: https://isotest.postfinance.ch/ebicsweb/ebicsweb
+# EBICS access details
+LIBEUFIN_NEXUS_EBICS_HOST_BASE_URL: https://ebics.postfinance.ch/ebics/ebics.aspx
LIBEUFIN_NEXUS_EBICS_HOST_ID: PFEBICS
LIBEUFIN_NEXUS_EBICS_USER_ID: "{{ vault_libeufin_nexus_ebics_user_id }}"
LIBEUFIN_NEXUS_EBICS_PARTNER_ID: "{{ vault_libeufin_nexus_ebics_partner_id }}"