37 lines
817 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#服务器都对内监听处理(处理服务器之间的连接)
# authmode 账号验证模式1:PC模式不做任何处理 2:激活码模式 3:第三方平台验证模式SDK
server:
- node:
nodename: game1
addr: 0.0.0.0:5201
type: 2
id: 1
zone: 1
logfile: ../logs
unilogfile: ../logs
loglevel: 1
etcdaddr: 127.0.0.1:2379
config: ./linux/config
serverlist: 127.0.0.1:6410
authmode: 1
robotmode: 1
serverregion: region
- node:
nodename: game2
addr: 0.0.0.0:5202
type: 2
id: 2
zone: 1
logfile: ../logs
unilogfile: ../logs
loglevel: 1
etcdaddr: 127.0.0.1:2379
config: ./linux/config
serverlist: 127.0.0.1:6410
authmode: 1
serverregion: region
#elastic:
#url: http://127.0.0.1:9200/
#index: ro