summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-26 00:13:52 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-26 00:13:52 +0800
commitd183b56a2c0ad22bd91adb0d069c91b1b97f4022 (patch)
tree2c6de0e6defe8a99e4420d49aafe780589dd8b53 /src/exchangedb/exchangedb-postgres.conf
parentb6bd8f95e82fa1787978d585f0336b3ea8b7c28a (diff)
downloadexchange-d183b56a2c0ad22bd91adb0d069c91b1b97f4022.tar.gz
exchange-d183b56a2c0ad22bd91adb0d069c91b1b97f4022.tar.bz2
exchange-d183b56a2c0ad22bd91adb0d069c91b1b97f4022.zip
remove extra '/'
Diffstat (limited to 'src/exchangedb/exchangedb-postgres.conf')
-rw-r--r--src/exchangedb/exchangedb-postgres.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb-postgres.conf b/src/exchangedb/exchangedb-postgres.conf
index 3e0cb4ffb..726d28576 100644
--- a/src/exchangedb/exchangedb-postgres.conf
+++ b/src/exchangedb/exchangedb-postgres.conf
@@ -3,7 +3,7 @@ CONFIG = "postgres:///taler-exchange"
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
-SQL_DIR = $DATADIR/sql/exchange/
+SQL_DIR = ${DATADIR}sql/exchange/
# Number of purses per account by default.
DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file