Cloudreve Field validation for 'Secret' failed on the 'gte' tag

busg9geu  于 2个月前  发布在  其他
关注(0)|答案(3)|浏览(26)
Failed to parse config section "Slave": Key: 'slave.Secret' Error:Field validation for 'Secret' failed on the 'gte' tag
[System]
; 运行模式
Mode = master
; 监听端口
Listen = :5212
; 是否开启 Debug
Debug = false
; Session 密钥, 一般在首次启动时自动生成
SessionSecret = 20231120

[Slave]
; 通信密钥
Secret = 202311201649
0lvr5msh

0lvr5msh1#

slave.Secret should be greater than or equal to 64, try increasing its complexity.
@HFO4 Any plans to optimize documentation or logs?

esyap4oy

esyap4oy2#

so what is wrong in my config....

202311201649 real bigger than 64

hmae6n7t

hmae6n7t3#

so what is wrong in my config....

202311201649 real bigger than 64

Data type of slave.Secret is string , 64 means string length.

相关问题