wolfadmin/config/wolfadmin.toml

60 lines
895 B
TOML
Raw Normal View History

# Sample config file for WolfAdmin. Adjust to your needs.
2019-01-04 16:35:36 +00:00
# See https://dev.timosmit.com/wolfadmin/
# https://dev.timosmit.com/wolfadmin/configuration.html
[main]
# uncomment if you need to override these settings
# os = "unix"
# standalone = 1
debug = 0
[db]
type = "sqlite3"
file = "wolfadmin.db"
# the settings below are only used for type 'mysql', uncomment if needed
# hostname = "localhost"
# port = 3306
# database = "wolfadmin"
# username = "wolfadmin"
# password = "suchasecret"
[logs]
chat = "chat.log"
admin = "admin.log"
[omnibot]
minbots = -1
2019-11-10 11:53:36 +00:00
maxbots = 16
[admin]
history = 1
maxrenames = 80
[balancer]
mindif = 2
maxdif = 5
selection = 0
interval = 30
[game]
2019-11-10 11:53:36 +00:00
announcerevives = 0
[voting]
timeout = 0
restricted = []
[banners]
2019-02-03 22:09:28 +00:00
file = "banners.toml"
interval = 120
random = 1
area = 3
[rules]
file = "rules.toml"
[greetings]
file = "greetings.toml"
area = 3
bots = 1