online-faq/config.inc.php
Tobias Hopp f6d2e3a62a Fixing a little things
Took 6 hours 23 minutes
2020-10-03 19:53:03 +02:00

12 lines
301 B
PHP

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