summaryrefslogtreecommitdiff
path: root/sandcastle-ng/config-examples
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle-ng/config-examples')
-rw-r--r--sandcastle-ng/config-examples/nexus.conf22
-rw-r--r--sandcastle-ng/config-examples/runtime.env11
2 files changed, 33 insertions, 0 deletions
diff --git a/sandcastle-ng/config-examples/nexus.conf b/sandcastle-ng/config-examples/nexus.conf
new file mode 100644
index 0000000..7c04ac7
--- /dev/null
+++ b/sandcastle-ng/config-examples/nexus.conf
@@ -0,0 +1,22 @@
+[nexus-submit]
+FREQUENCY = 15m
+
+[nexus-fetch]
+FREQUENCY = 15m
+
+[nexus-ebics]
+CURRENCY = CHF
+
+# Bank
+HOST_BASE_URL = https://bank.example.com
+BANK_DIALECT = postfinance
+
+# EBICS IDs
+HOST_ID = HOST_ID_EXAMPLE
+USER_ID = USER_ID_EXAMPLE
+PARTNER_ID = PARTNER_ID_EXAMPLE
+
+IBAN = CH8189144452223984999
+BIC = SANDBOXX
+# Following needs URL-encoding
+NAME = NAME+EXAMPLE
diff --git a/sandcastle-ng/config-examples/runtime.env b/sandcastle-ng/config-examples/runtime.env
new file mode 100644
index 0000000..8107659
--- /dev/null
+++ b/sandcastle-ng/config-examples/runtime.env
@@ -0,0 +1,11 @@
+CURRENCY=NETZBON
+
+# This value prepares the services to serve under
+# {bank,exchange,backend}.$MYDOMAIN:
+MYDOMAIN=example.com
+# Password for the exchange to login at the bank
+# (username is always 'exchange'), defaults to 'sandbox':
+EXCHANGE_BANK_PASSWORD=my-exchange-bank-password
+
+# Passowrd of the bank administrator, defaults to 'sandbox':
+BANK_ADMIN_PASSWORD=my-bank-admin-password