Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
445 B

<?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'] = '';