From 1a6ed6d556ea7b4f8e3530a42895105a88538cb9 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Sun, 27 Jun 2021 18:20:51 +1200 Subject: [PATCH] add new config --- WebInterface/game-site/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php index 2f55325..f980b61 100755 --- a/WebInterface/game-site/config.php +++ b/WebInterface/game-site/config.php @@ -9,6 +9,8 @@ $dbhost = '127.0.0.1'; $all_users_subbed = false; $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 == # 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 # Ideally, this would be a random string of numbers, letters and symbols like 20 characters long T-T $hmac_secret = "!!NOTSET!!"; -$master_site = "//localhost"; +$master_site = "//server.islehorse.com"; # Password for /web/admin $admin_portal_password = "!!NOTSET!!"; ?>