You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
421 B
29 lines
421 B
[System]
|
|
Debug = true
|
|
SessionSecret = 23333
|
|
|
|
[Database]
|
|
Type = mysql
|
|
User = root
|
|
Password = root
|
|
Host = 127.0.0.1:3306
|
|
Name = v3
|
|
TablePrefix = v3_
|
|
|
|
[Redis]
|
|
Server = 127.0.0.1:6379
|
|
Password =
|
|
DB = 0
|
|
|
|
[Captcha]
|
|
Height = 60
|
|
Width = 200
|
|
Mode = 3
|
|
ComplexOfNoiseText = 0
|
|
ComplexOfNoiseDot = 0
|
|
IsShowHollowLine = false
|
|
IsShowNoiseDot = false
|
|
IsShowNoiseText = false
|
|
IsShowSlimeLine = false
|
|
IsShowSineLine = false
|
|
CaptchaLen = 6 |