Revert "perf: 调整 secret 长度为32位"

This reverts commit c41fdf1786.
This commit is contained in:
Eric_Lee
2023-11-10 15:27:20 +08:00
committed by Bryan
parent c41fdf1786
commit e5e0c841a2

View File

@@ -9,7 +9,7 @@ from common.utils.random import random_string
def default_secret():
return random_string(32)
return random_string(36)
def defatult_ip_group():