ToonTownRewritten/config/astrond.yml
2014-08-18 22:17:09 -07:00

85 lines
1.5 KiB
YAML

general:
eventlogger: 127.0.0.1:7197
dc_files:
- otp.dc
- toon.dc
messagedirector:
bind: 127.0.0.1:7199
uberdogs:
- class: CentralLogger
id: 4688
anonymous: false
- class: ClientServicesManager
id: 4665
anonymous: true
- class: ChatAgent
id: 4681
anonymous: false
- class: FriendManager
id: 4501
anonymous: false
- class: AvatarFriendsManager
id: 4686
anonymous: false
- class: PlayerFriendsManager
id: 4687
anonymous: false
- class: TTRFriendsManager
id: 4666
anonymous: false
- class: TTSpeedchatRelay
id: 4712
anonymous: false
- class: DistributedDeliveryManager
id: 4683
anonymous: false
- class: TTCodeRedemptionMgr
id: 4695
anonymous: false
- class: GlobalPartyManager
id: 4477
anonymous: false
roles:
- type: clientagent
bind: 127.0.0.1:7198
client:
relocate: true
add_interest: enabled
channels:
min: 1000000000
max: 1009999999
- type: stateserver
control: 10000
- type: database
control: 4003
generate:
min: 100000000
max: 399999999
backend:
type: mongodb
database: test
- type: dbss
database: 4003
ranges:
- min: 100000000
max: 399999999
- type: eventlogger
bind: 127.0.0.1:7197
output: ../logs/events-%y%m%d_%H%M%S.log