online-faq/config.inc.php
2020-10-02 10:41:09 +02:00

7 lines
162 B
PHP

<?php
define( 'MYSQL_HOST', 'localhost' );
define( 'MYSQL_USER', 'online-faq' );
define( 'MYSQL_PASS', 'RnKVJHcUBIIu1XM2' );
define( 'MYSQL_DB', 'online-faq' );