parent
d32094f3d4
commit
e2e328a50b
|
@ -1,24 +0,0 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* Instance Configuration Secrets
|
||||
* ------------------------------
|
||||
* Put secrets here to avoid accidentally leaking them in commits.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Database configuration
|
||||
*/
|
||||
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['database'] = 'lainchan';
|
||||
$config['db']['prefix'] = '';
|
||||
$config['db']['user'] = 'lainchan';
|
||||
$config['db']['password'] = '';
|
||||
|
||||
/*
|
||||
* Salt
|
||||
*/
|
||||
$config['secure_trip_salt'] = '';
|
||||
$config['cookies']['salt'] = '';
|
Loading…
Reference in New Issue