exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9507c8c369c8ac56ae309b9b6132dd6213539e21
parent ad321624be5eedde4ee84f30417fd610757031d7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 22 Apr 2016 16:11:19 +0200

base config varname

Diffstat:
Msrc/util/os_installation.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/util/os_installation.c b/src/util/os_installation.c @@ -36,6 +36,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = { .project_dirname = "taler", .binary_name = "taler-exchange-httpd", .env_varname = "TALER_PREFIX", + .base_config_varname = "TALER_BASE_CONFIG", .bug_email = "taler@gnu.org", .homepage = "http://www.gnu.org/s/taler/", .config_file = "taler.conf",