commit d183b56a2c0ad22bd91adb0d069c91b1b97f4022
parent b6bd8f95e82fa1787978d585f0336b3ea8b7c28a
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 26 Dec 2023 00:13:52 +0800
remove extra '/'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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