Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elkarteauth.ini « Elkarte « Authenticators - github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18c3d5cd2df3b29efe92c22ec754c7aba8486dd2 (plain)
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
;Database configuration
[database]
;Only tested with MySQL at the moment
lib        = MySQLdb
name       = elk
user       = elk
password   = secret
prefix     = forum_
host       = 127.0.0.1
port       = 3306

;Forum information
[forum]
; The path can either be the url to the forum or a local uri
; like file:///var/www/htdocs/forum/ if the forum is located on
; the same machine as the authenticator (make sure the permissions
; are set correctly when using local paths
path = http://localhost/forum/

;Player configuration
[user]
;If you do not already know what it is just leave it as it is
id_offset       = 1000000000
;If enabled avatars are automatically set as user avatars
avatar_enable   = False
;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    = elkarteauth.log

[iceraw]
Ice.ThreadPool.Server.Size = 5