Revert "Put secrets in another file."

This reverts commit 47afc2ad8c.
This commit is contained in:
Dedushka 2021-01-17 16:50:11 -05:00
parent d32094f3d4
commit e2e328a50b
No known key found for this signature in database
GPG Key ID: DC969A6BA7657A70
1 changed files with 0 additions and 24 deletions

View File

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