aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.conf')
-rw-r--r--src/datacache/datacache.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/datacache/datacache.conf b/src/datacache/datacache.conf
index f9c718eb0..ed5c3da06 100644
--- a/src/datacache/datacache.conf
+++ b/src/datacache/datacache.conf
@@ -1,2 +1,6 @@
1[datacache-postgres] 1[datacache-postgres]
2CONFIG = postgres:///gnunet 2CONFIG = postgres:///gnunet
3
4# Where are the SQL files to setup our tables?
5# Important: this MUST end with a "/"!
6SQL_DIR = $DATADIR/sql/ \ No newline at end of file