Skip to content

Commit

Permalink
fix PUBLIC_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
MusclePr committed Feb 14, 2024
1 parent 057ab82 commit f0fe676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export SERVER_NAME=\"${SERVER_NAME:-"Default Palworld Server"}\"
export SERVER_DESCRIPTION=\"${SERVER_DESCRIPTION:-""}\"
export ADMIN_PASSWORD=\"${ADMIN_PASSWORD:-""}\"
export SERVER_PASSWORD=\"${SERVER_PASSWORD:-""}\"
export PUBLIC_PORT=${PORT:-8211}
export PUBLIC_PORT=${PUBLIC_PORT:-8211}
export PUBLIC_IP=\"${PUBLIC_IP:-""}\"
export RCON_ENABLED=${RCON_ENABLED:-False}
export RCON_PORT=${RCON_PORT:-25575}
Expand Down

0 comments on commit f0fe676

Please sign in to comment.