HISP/WebInterface/master-site/config.php
SilicaAndPina 6e32fc9aca Update web
2021-06-27 13:18:43 +12:00

9 lines
No EOL
155 B
PHP

<?php
$dbname = 'master';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
#should be same as all game-site's
$hmac_secret = '!!NOTSET!!';
?>