mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -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_username'] = 'stikked';
|
||||
$config['db_password'] = 'stikked';
|
||||
|
||||
// If you are using sqlite:
|
||||
// uncomment the configuration lines below.
|
||||
//$config['db_database'] = 'db/stikked';
|
||||
//$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
|
||||
|
Loading…
x
Reference in New Issue
Block a user