<?php
$config = array();
/**
* Change db location here to point to your database from the bot
*/
$config['dbLocation'] = "trivia.db"; // eg "/home/trivia/trivia.db"
?>