add stuff

This commit is contained in:
Bluzume 2021-10-24 04:08:27 -04:00
parent 91c1ad0862
commit 77e67dc6ef
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ $EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money
# Should be set to the same value on all game sites and the master site.
# NOTE: if someone knows this secret they can login to ANYONES account
# Ideally, this would be a random string of numbers, letters and symbols like 20 characters long T-T
$hmac_secret = "c81f9522b9ecd84ad95af26d845a78d25208861555d4b18bf707eccf7b839d7c4cd635a38167552418e26838745336e7";
$master_site = "//localhost:80";
$hmac_secret = "!!NOTSET!!";
$master_site = "//server.islehorse.com";
?>