Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: redisとredisBungeeSemaphoreのhost名を修正 #1520

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ data:

# RedisBungeeが利用しているRedisインスタンスの接続情報
RedisBungee:
redis-host: seichi-debug-redisbungee-redis-master.seichi-debug-minecraft
redis-host: seichi-debug-redisbungee-redis-master.seichi-debug-gateway
redis-port: 6379
# Redisサーバーがパスワードを持っている場合、次の行をアンコメントしてパスワードを入れること。
# redis-password: ""
Expand All @@ -153,7 +153,7 @@ data:
# デフォルトは55秒に設定されている。タイムアウトを無効にする場合負の値を設定すること。
SaveTimeout: 55000
Redis:
Host: seichi-debug-redisbungee-redis-master.seichi-debug-minecraft
Host: seichi-debug-bungeesemaphore-redis-master.seichi-debug-gateway
Port: 6379
# Redisサーバーがパスワードを持っている場合、次の行をアンコメントしてパスワードを入れること。
# Password: ""
Expand Down