online-faq/config.inc.php
Tobias Hopp f3cc31e9b6 Fix issue #1
Took 2 hours 7 minutes
2020-10-04 13:14:08 +02:00

12 lines
302 B
PHP

<?php
define( 'MYSQL_HOST', 'localhost' );
define( 'MYSQL_USER', 'c1online_faq' );
define( 'MYSQL_PASS', 'gbqptCL_D9FR9' );
define( 'MYSQL_DB', 'c1online_faq' );
define( 'CODE_LENGTH', 4 );
define( 'SHARE_URL_PREFIX', 'https://faq.hw-table.de/?code=' );
define( 'WASTED_TIME', '20hrs and 17mins' );