challenger

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

challenger_db_postgres.conf (243B)


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