sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

test_sync_db_postgres.conf (303B)


      1 [sync]
      2 #The DB plugin to use
      3 DB = postgres
      4 
      5 [sync]
      6 CURRENCY = EUR
      7 
      8 [syncdb-postgres]
      9 #The connection string the plugin has to use for connecting to the database
     10 CONFIG = postgres:///synccheck
     11 
     12 # Where are the SQL files to setup our tables?
     13 # Important: this MUST end with a "/"!
     14 SQL_DIR = $DATADIR/sql/