oddluck-limnoria-plugins/php/config.php

8 lines
170 B
PHP

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