Cloudreve/conf/conf.ini
2019-12-11 12:24:09 +08:00

34 lines
No EOL
485 B
INI

[System]
Debug = true
SessionSecret = 23333
[Thumbnail]
MaxWidth = 400
MaxHeight = 300
FileSuffix = ._thumb
[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