document sqlite usage. fixes #335

This commit is contained in:
Claude 2016-09-01 14:45:26 +02:00
parent f20e7db126
commit fdf65eb4e7

View File

@ -19,7 +19,13 @@ $config['db_hostname'] = '127.0.0.1';
$config['db_database'] = 'stikked'; $config['db_database'] = 'stikked';
$config['db_username'] = 'stikked'; $config['db_username'] = 'stikked';
$config['db_password'] = 'stikked'; $config['db_password'] = 'stikked';
// If you are using sqlite:
// uncomment the configuration lines below.
//$config['db_database'] = 'db/stikked';
//$config['db_driver'] = 'sqlite'; //$config['db_driver'] = 'sqlite';
// you need to create a directory "db" and give the webserver write access.
// sqlite needs a writable folder to work properly!
/** /**
* Table prefix * Table prefix