mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-10 07:05:41 +12:00
add new config
This commit is contained in:
parent
7c6414e752
commit
1a6ed6d556
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ $dbhost = '127.0.0.1';
|
||||||
|
|
||||||
$all_users_subbed = false;
|
$all_users_subbed = false;
|
||||||
$server_id = "beta";
|
$server_id = "beta";
|
||||||
|
$pp_uri = '/web/ppemu.php'; # paypal emulator, original is https://www.paypal.com/cgi-bin/webscr
|
||||||
|
$EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money
|
||||||
|
|
||||||
# == hmac_secret ==
|
# == hmac_secret ==
|
||||||
# Used for master-site to communicate with game-sites,
|
# Used for master-site to communicate with game-sites,
|
||||||
|
@ -16,7 +18,7 @@ $server_id = "beta";
|
||||||
# NOTE: if someone knows this secret they can login to ANYONES account
|
# 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
|
# Ideally, this would be a random string of numbers, letters and symbols like 20 characters long T-T
|
||||||
$hmac_secret = "!!NOTSET!!";
|
$hmac_secret = "!!NOTSET!!";
|
||||||
$master_site = "//localhost";
|
$master_site = "//server.islehorse.com";
|
||||||
# Password for /web/admin
|
# Password for /web/admin
|
||||||
$admin_portal_password = "!!NOTSET!!";
|
$admin_portal_password = "!!NOTSET!!";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue