mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-08 22:25:42 +12:00
9 lines
No EOL
155 B
PHP
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!!';
|
|
?>
|