Skip to content

Commit

Permalink
Merge pull request thijsvanloef#390 from MusclePr/fix/PublicPort
Browse files Browse the repository at this point in the history
fix PUBLIC_PORT
  • Loading branch information
thijsvanloef authored Feb 14, 2024
2 parents 057ab82 + f0fe676 commit 700901f
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 700901f

Please sign in to comment.