31 lines
697 B
INI
31 lines
697 B
INI
# and ; can be used at the start of a line for comments.
|
|
|
|
# General Configuration
|
|
#chat:port 6770
|
|
#chat:messages:maxLength 2100
|
|
#chat:sessions:timeOut 5
|
|
#chat:sessions:maxCount 5
|
|
|
|
# Rate Limiter Configuration
|
|
#chat:rateLimit:userSize 15
|
|
#chat:rateLimit:userWarnSize 10
|
|
#chat:rateLimit:connSize 30
|
|
#chat:rateLimit:minDelay 5000
|
|
#chat:rateLimit:kickLength 5
|
|
#chat:rateLimit:kickMultiplier 2
|
|
|
|
# Channels
|
|
chat:channels lounge staff
|
|
|
|
# Lounge channel settings
|
|
chat:channels:lounge:autoJoin true
|
|
|
|
# Staff channel settings
|
|
chat:channels:staff:minRank 5
|
|
|
|
# Selected DataProvider (misuzu, null)
|
|
dp null
|
|
|
|
# Selected Database Backend (mariadb, sqlite, null)
|
|
db null
|
|
|