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.
cloudreve/conf/conf.ini

24 lines
382 B

[System]
Debug = true
5 years ago
SessionSecret = 23333
[Database]
Type = mysql
User = root
Password = root
Host = 127.0.0.1:3306
Name = v3
5 years ago
TablePrefix = v3_
[Captcha]
Height = 60
Width = 240
Mode = NumberAlphabet
ComplexOfNoiseText = 0
ComplexOfNoiseDot = 0
IsShowHollowLine = false
IsShowNoiseDot = false
IsShowNoiseText = false
IsShowSlimeLine = false
IsShowSineLine = false
CaptchaLen = 6