gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus /config API


From: gnunet
Subject: [taler-docs] branch master updated: nexus /config API
Date: Thu, 12 Nov 2020 12:29:48 +0100

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 78fe258  nexus /config API
78fe258 is described below

commit 78fe258765e0f90e34af698c3a403ef8f8061330
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 12 12:29:45 2020 +0100

    nexus /config API
---
 libeufin/api-nexus.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index bb5148e..1ef98d6 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -19,8 +19,11 @@ Returns configuration values currently used by Nexus.
 
      interface ConfigResponse {
 
-       // Database connection string.
-       database: string;
+       // Database name
+       databaseName: string;
+
+       // Database type: "postgres", "sqlite", ..
+       databaseType: string;
      }
 
 

-- 
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]