1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-01 02:27:24 +01:00
vichan/inc/secrets.php
2024-08-20 21:27:22 -03:00

7 lines
190 B
PHP

<?php
$config['db']['type'] = 'mysql';
$config['db']['server'] = 'localhost';
$config['db']['user'] = 'dev';
$config['db']['password'] = 'dev';
$config['db']['database'] = 'vichan';