allianceauth/thirdparty/Mumble/authenticator.ini.example
Adarnof 33c2ba9bca Change default log name to avoid conflict
Allows use of supervisor conf without changes
2017-01-10 21:53:53 -05:00

40 lines
884 B
Plaintext

;Database configuration
[database]
;Only tested with MySQL at the moment
lib = MySQLdb
name = alliance_auth
user = allianceserver
password = password
prefix =
host = 127.0.0.1
port = 3306
;Player configuration
[user]
;If you do not already know what it is just leave it as it is
id_offset = 1000000000
;Reject users if the authenticator experiences an internal error during authentication
reject_on_error = True
;Ice configuration
[ice]
host = 127.0.0.1
port = 6502
slice = Murmur.ice
secret =
watchdog = 30
;Murmur configuration
[murmur]
;List of virtual server IDs, empty = all
servers =
;Logging configuration
[log]
; Available loglevels: 10 = DEBUG (default) | 20 = INFO | 30 = WARNING | 40 = ERROR
level =
file = authenticator.log
[iceraw]
Ice.ThreadPool.Server.Size = 5