;---------------------------------------------------------------------- ; RESPONSES SECTION ; ; If responses.adapter is set, then all answers for tokens are stored ; in the gemsdata__responses table. ; ; All params responses fields can be used to overrule the database ; connection settings specified in application.ini/resources.db. ; ; If no adapter settings are specified then the default db adapter is ; used but the advise is to put this data at the very least in it's ; own database so the table specific logging and replication settings ; can be changed. ;---------------------------------------------------------------------- ;responses.adapter = Mysqli ;responses.params.charset = utf-8 ;responses.params.host = HOST responses.params.dbname = DATABASE "_data" ;responses.params.username = USER ;responses.params.password = PASSWD