mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30:17 +02:00
40 lines
884 B
Plaintext
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
|