Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
change server default value to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 25, 2024
1 parent 1205db8 commit d2bb925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir -p "${LOG_DIR}"

# Server root directory
SERVER_ROOT="${SERVER_ROOT:-"."}"
SERVER_IP="${SERVER_IP:-"0.0.0.0"}"
SERVER_IP="${SERVER_IP:-"localhost"}"

# Names or keywords to identify your processes
PROCESS_NAMES=("istziio_server_node" "redis-serveredis-serverr")
Expand Down

0 comments on commit d2bb925

Please sign in to comment.