summaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
commit3abb3bc372b69aa17e87f00b22042de02830341e (patch)
tree4f1c45f40c30b18e35ffc7e983788ffdbe434ed5 /src/util/os_installation.c
parentf552b7e4c03ec46c9ac562c751604466b393d9c8 (diff)
downloadexchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.gz
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.bz2
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.zip
use user_config_file as well
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 2c2ba8cda..4b493346e 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -39,6 +39,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = {
.bug_email = "taler@gnu.org",
.homepage = "http://www.gnu.org/s/taler/",
.config_file = "taler.conf",
+ .user_config_file = "~/.config/taler.conf",
};