mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
document sqlite usage. fixes #335
This commit is contained in:
parent
f20e7db126
commit
fdf65eb4e7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user