From 71ff7cf3358cd1515c52677070a87678195c9074 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Fri, 5 Apr 2024 22:44:08 +0200 Subject: [PATCH 1/2] add new config settings to env file --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index ddb969288..0281ae5a2 100644 --- a/.env.example +++ b/.env.example @@ -27,6 +27,7 @@ AUTO_REBOOT_EVEN_IF_PLAYERS_ONLINE=false AUTO_REBOOT_WARN_MINUTES=5 AUTO_REBOOT_CRON_EXPRESSION=0 0 * * * ENABLE_PLAYER_LOGGING=true + PLAYER_LOGGING_POLL_PERIOD=5 DIFFICULTY=None @@ -82,4 +83,8 @@ COOP_PLAYER_MAX_NUM=4 REGION= USEAUTH=True BAN_LIST_URL=https://api.palworldgame.com/api/banlist.txt +REST_API_ENABLED=False +REST_API_PORT=8212 SHOW_PLAYER_LIST=True +ALLOW_CONNECT_PLATFORM=Steam +USE_BACKUP_SAVE_DATA=True From aa77da3f520fe9d2271a8f85ed90bf5d354b4185 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Fri, 5 Apr 2024 23:00:40 +0200 Subject: [PATCH 2/2] remove accidental newline --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index 0281ae5a2..bc5c01a3f 100644 --- a/.env.example +++ b/.env.example @@ -27,7 +27,6 @@ AUTO_REBOOT_EVEN_IF_PLAYERS_ONLINE=false AUTO_REBOOT_WARN_MINUTES=5 AUTO_REBOOT_CRON_EXPRESSION=0 0 * * * ENABLE_PLAYER_LOGGING=true - PLAYER_LOGGING_POLL_PERIOD=5 DIFFICULTY=None