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
3条答案
按热度按时间0lvr5msh1#
slave.Secret should be greater than or equal to 64, try increasing its complexity.
@HFO4 Any plans to optimize documentation or logs?
esyap4oy2#
so what is wrong in my config....
202311201649 real bigger than 64
hmae6n7t3#
so what is wrong in my config....
202311201649 real bigger than 64
Data type of slave.Secret is
string
, 64 means string length.