Skip to content

Commit

Permalink
Merge pull request #1878 from GiganticMinecraft/fix/SeichiAssistConfig
Browse files Browse the repository at this point in the history
fix: デバッグサーバーのSeichiAssistのconfigのserver-idを修正
  • Loading branch information
rito528 authored Mar 4, 2024
2 parents 96373e5 + 1d788f6 commit 6506008
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
# サーバ識別設定
# 複数サーバ構成にする場合はこの値をサーバごとに変更します
servernum: '1'
server-id: '{{ .Values.SeichiAssistPullRequestNumber }}'
server-id: 's1'
# アイテム変換するチャンク座標を検索してprotobufにて吐き出すコマンド
chunk-search-command-base: "chunk-search-rs --protobuf --threads 12"
Expand Down Expand Up @@ -157,5 +157,3 @@ data:
Port: 6379
# Redisサーバーがパスワードを持っている場合、次の行をアンコメントしてパスワードを入れること。
# Password: ""

0 comments on commit 6506008

Please sign in to comment.