summaryrefslogtreecommitdiff
path: root/src/syncdb/sync_db_postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncdb/sync_db_postgres.conf')
-rw-r--r--src/syncdb/sync_db_postgres.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/syncdb/sync_db_postgres.conf b/src/syncdb/sync_db_postgres.conf
index 0460bd2..db41bd0 100644
--- a/src/syncdb/sync_db_postgres.conf
+++ b/src/syncdb/sync_db_postgres.conf
@@ -2,6 +2,10 @@
#The DB plugin to use
DB = postgres
-[anastasisdb-postgres]
+[syncdb-postgres]
#The connection string the plugin has to use for connecting to the database
-CONFIG = postgres:///anastasis
+CONFIG = postgres:///sync
+
+# Where are the SQL files to setup our tables?
+# Important: this MUST end with a "/"!
+SQL_DIR = $DATADIR/sql/