mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 07:06:19 +01:00
Corrected authenticator group return
It works.
This commit is contained in:
39
thirdparty/Mumble/authenticator.ini.example
vendored
Normal file
39
thirdparty/Mumble/authenticator.ini.example
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
;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 = allianceauth.log
|
||||
|
||||
[iceraw]
|
||||
Ice.ThreadPool.Server.Size = 5
|
||||
Reference in New Issue
Block a user