commit 78fe258765e0f90e34af698c3a403ef8f8061330 parent bee091405ab1cedd34eeee2c090abb2c97f3c356 Author: MS <ms@taler.net> Date: Thu, 12 Nov 2020 12:29:45 +0100 nexus /config API Diffstat:
| M | libeufin/api-nexus.rst | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git 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; }