gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix rendering


From: gnunet
Subject: [taler-docs] branch master updated: fix rendering
Date: Thu, 05 Oct 2023 15:59:59 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 730e586d fix rendering
730e586d is described below

commit 730e586de44576bd106c337e87b03fd192b5fb7a
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 5 15:59:55 2023 +0200

    fix rendering
---
 design-documents/.050-libeufin-nexus.rst.swp | Bin 0 -> 24576 bytes
 design-documents/050-libeufin-nexus.rst      |  76 ++++++++++++++-------------
 2 files changed, 39 insertions(+), 37 deletions(-)

diff --git a/design-documents/.050-libeufin-nexus.rst.swp 
b/design-documents/.050-libeufin-nexus.rst.swp
new file mode 100644
index 00000000..e1ad8a5f
Binary files /dev/null and b/design-documents/.050-libeufin-nexus.rst.swp differ
diff --git a/design-documents/050-libeufin-nexus.rst 
b/design-documents/050-libeufin-nexus.rst
index d7a53771..a144ab1f 100644
--- a/design-documents/050-libeufin-nexus.rst
+++ b/design-documents/050-libeufin-nexus.rst
@@ -47,43 +47,45 @@ possibly with component-specific sections.
 Configuration file
 ------------------
 
-[nexus-ebics]
-CURRENCY = EUR
-HOST_BASE_URL = http://ebics.bank.com/
-HOST_ID = mybank
-USER_ID = myuser
-PARTNER_ID = myorg
-SYSTEM_ID = banksys
-ACCOUNT_NUMBER = DE1234567890 # could be an IBAN, does not have to be
-BANK_PUBLIC_KEYS_FILE = enc-auth-keys.json
-CLIENT_PRIVATE_KEY_FILE = my-private-key.json
-ACCOUNT_META_DATA_FILE = ebics-meta.json
-EBICS_DIALECT = postfinance
-
-[nexus-postgres]
-CONFIG = postgres:///libeufin-nexus
-
-[nexus-ebics-fetch]
-FREQUENCY = 30s # used when long-polling is not supported
-STATEMENT_LOG_DIRECTORY = /tmp/ebics-messages/
-
-[nexus-ebics-submit]
-FREQUENCY = 30s # use 0 to always submit immediately (via LISTEN trigger)
-
-[nexus-httpd]
-PORT = 8080
-UNIXPATH =
-SERVE = tcp | unix
-
-[nexus-httpd-wire-gateway-facade]
-ENABLED = YES
-AUTH_METHOD = token
-AUTH_TOKEN = "secret-token:foo"
-
-[nexus-httpd-revenue-facade]
-ENABLED = YES
-AUTH_METHOD = token
-AUTH_TOKEN = "secret-token:foo"
+.. code-block:: shell-session
+
+  [nexus-ebics]
+  CURRENCY = EUR
+  HOST_BASE_URL = http://ebics.bank.com/
+  HOST_ID = mybank
+  USER_ID = myuser
+  PARTNER_ID = myorg
+  SYSTEM_ID = banksys
+  ACCOUNT_NUMBER = DE1234567890 # could be an IBAN, does not have to be
+  BANK_PUBLIC_KEYS_FILE = enc-auth-keys.json
+  CLIENT_PRIVATE_KEY_FILE = my-private-key.json
+  ACCOUNT_META_DATA_FILE = ebics-meta.json
+  EBICS_DIALECT = postfinance
+  
+  [nexus-postgres]
+  CONFIG = postgres:///libeufin-nexus
+  
+  [nexus-ebics-fetch]
+  FREQUENCY = 30s # used when long-polling is not supported
+  STATEMENT_LOG_DIRECTORY = /tmp/ebics-messages/
+  
+  [nexus-ebics-submit]
+  FREQUENCY = 30s # use 0 to always submit immediately (via LISTEN trigger)
+  
+  [nexus-httpd]
+  PORT = 8080
+  UNIXPATH =
+  SERVE = tcp | unix
+  
+  [nexus-httpd-wire-gateway-facade]
+  ENABLED = YES
+  AUTH_METHOD = token
+  AUTH_TOKEN = "secret-token:foo"
+  
+  [nexus-httpd-revenue-facade]
+  ENABLED = YES
+  AUTH_METHOD = token
+  AUTH_TOKEN = "secret-token:foo"
 
 
 File contents: BANK_PUBLIC_KEYS_FILE

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]