From 41b41c16abab5829f67e26211c8b5676ab25e2b1 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 24 Oct 2021 04:04:30 -0400 Subject: [PATCH] Update config.php --- game-site/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-site/config.php b/game-site/config.php index dc871ff..fe892e5 100644 --- a/game-site/config.php +++ b/game-site/config.php @@ -8,7 +8,7 @@ $dbpass = 'test123'; $dbhost = '127.0.0.1'; $all_users_subbed = false; -$server_id = "beta"; +$server_id = "game1"; $pp_uri = '/web/ppemu.php'; # location of paypal emulator on game-servers # original is https://www.paypal.com/cgi-bin/webscr which obviously wont do # Dont set it to that though, as the paypalgateway.php is not implemented.