From 6267910923001626de8ab5cb6b5db883f74aac2f Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:21:28 +1200 Subject: [PATCH] Update config.php --- WebInterface/game-site/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php index 3164a6a..fd39191 100755 --- a/WebInterface/game-site/config.php +++ b/WebInterface/game-site/config.php @@ -7,6 +7,8 @@ $dbuser = 'root'; $dbpass = 'test123'; $dbhost = '127.0.0.1'; +$server_id = "beta"; + # == hmac_secret == # Used for master-site to communicate with game-sites, # Should be set to the same value on all game sites and the master site.