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

phpBB3auth.ini « scripts - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d81e769460cd33312438dae788c0808e32c8b42f (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
;Database configuration
[database]
;Only tested with MySQL at the moment
lib 	   = MySQLdb
name       = phpbb3
user       = phpbb3
password   = secret
prefix     = phpbb_
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
;If enabled avatars are automatically set as user textures
avatar_enable = False
avatar_path = http://host.tld/phpBB3/download/file.php?avatar=

;Ice configuration
[ice]
host            = 127.0.0.1
port            = 6502
slice			= Murmur.ice

;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    = phpBB3auth.log