Browse Source

Revert "Put secrets in another file."

This reverts commit 891329946e.
pull/107/head
Dedushka 3 years ago
parent
commit
6208e76816
  1. 24
      inc/instance-config.secret.php.EXAMPLE

24
inc/instance-config.secret.php.EXAMPLE

@ -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…
Cancel
Save