mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
normalizing config
This commit is contained in:
parent
601c1a7cab
commit
34f075a2a1
@ -15,19 +15,19 @@ $config['site_name'] = 'Stikked';
|
|||||||
* The database structure will be created automatically
|
* The database structure will be created automatically
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config['db_hostname'] = '127.0.0.1';
|
$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';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Table prefix
|
* Table prefix
|
||||||
* Generate table prefix for stikked db, commonly used if the webhoster only have one db.
|
* Generate table prefix for stikked db, commonly used if the webhoster only has one db.
|
||||||
* Use underscore as suffix to easily see the tables.
|
* Use underscore as suffix to easily see the tables.
|
||||||
* use $config['db_prefix'] = ''; if you dont want to use table prefix.
|
* example: $config['db_prefix'] = 'stikked_';
|
||||||
|
* use $config['db_prefix'] = ''; if you don't want to use table prefix.
|
||||||
*/
|
*/
|
||||||
|
$config['db_prefix'] = '';
|
||||||
$config['db_prefix'] = 'stikked_';
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user