From 1ffb6e9a6fe8f12b68e383a5a2148bb6ce74f94f Mon Sep 17 00:00:00 2001 From: Riku Silvennoinen Date: Tue, 26 Sep 2023 08:44:45 +0300 Subject: [PATCH] Delete pp2host.conf --- pp2host.conf | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 pp2host.conf diff --git a/pp2host.conf b/pp2host.conf deleted file mode 100644 index d16b989..0000000 --- a/pp2host.conf +++ /dev/null @@ -1,47 +0,0 @@ -# ---------------------------------------------------------- -# Pro Pilkki 2 host damon configuration file (pp2host.conf) -# (C) Copyright Procyon Products -# ---------------------------------------------------------- - -# System user account to run the daemon -DAEMON_USER=root - -# Network port -NETWORK_PORT=4500 - -# List game to public hostlist -PUBLIC=yes - -# Show game in public hostlist web page (game must also be public) -PUBLIC_WEB=yes - -# Game hello text, visible on public host list -HELLO="HELLO" - -# Password for accessing the game -GAME_PASSWORD="" - -# Password for controlling the game via web browser or in-game chat -ADMIN_PASSWORD="password" - -# Password for controlling the game as a host via web browser -HOST_PASSWORD="password" - -# Host player name -PLAYER_NAME="Fisherman" - -# Host nationality -PLAYER_NATION="FIN" - -# Network records account e-mail (trusted host) -REC_MAIL="" - -# Network records password (trusted host) -REC_PASSWORD="password" - -# Minumum client version allowed to enter game -MIN_CLIENT_VER="" - -# Maximum client version allowed to enter game -MAX_CLIENT_VER="" -