challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

test_challenger_db_postgres.conf (322B)


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