-
Notifications
You must be signed in to change notification settings - Fork 2
/
authenticator.ini
52 lines (47 loc) · 1.53 KB
/
authenticator.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
;Database configuration
[database]
;Only tested with MySQL at the moment
lib = MySQLdb
name = &&AA_DB_NAME&&
user = &&AA_DB_USER&&
password = &&AA_DB_PASSWORD&&
prefix = &&AA_MUMBLE_DB_PREFIX&&
host = &&AA_DB_HOST&&
port = &&AA_DB_PORT&&
;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
;If enabled, textures are automatically set as player's EvE avatar for use on overlay.
avatar_enable = False
;Get EvE avatar images from this location. (charid) will be filled in.
ccp_avatar_url = https://images.evetech.net/characters/(charid)/portrait?size=32
;Ice configuration
[ice]
host = &&MUMBLE_HOST_NAME&&
port = &&MUMBLE_ICE_PORT&&
slice = Murmur.ice
secret = &&MUMBLE_ICE_SECRET&&
watchdog = 30
;Murmur configuration
[murmur]
;List of virtual server IDs
servers = 1
[iceraw]
Ice.ThreadPool.Server.Size = 5
[idlerhandler]
;An AFK or Idle handler to move people to a set "AFK" Channel
;Enable the Feature
enabled = False
;Mumble idlesecs Threshold (Seconds) until a user is considered Idle,
time = 3600
;Interval(Seconds) to run the Idler Handler at
interval = 60
;Channel to move Idlers to
channel = 1
;Channels for IdlerHandler to Ignore, Comma separated channel IDs, denylist overwrites allowlist
denylist = []
;Channels for IdlerHandler to Process, Comma separated channel IDs
allowlist = []