summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-02 10:34:54 +0100
committerChristian Grothoff <christian@grothoff.org>2015-12-02 10:34:54 +0100
commit7c96cb35514dd8170f2064da581880f30e0ca8d2 (patch)
tree30d7064edae648b8300cadbfaae6d335ea379075 /src/backenddb/plugin_merchantdb_postgres.c
parentbbe803e8bf5071174a294893b68eaf80ca994bf2 (diff)
downloadmerchant-7c96cb35514dd8170f2064da581880f30e0ca8d2.tar.gz
merchant-7c96cb35514dd8170f2064da581880f30e0ca8d2.tar.bz2
merchant-7c96cb35514dd8170f2064da581880f30e0ca8d2.zip
fix config file
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index f8502773..836f0377 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -213,7 +213,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"merchantdb-postgres",
- "db_conn_str",
+ "CONFIG",
&pg->connection_cfg_str))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,