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

This reverts commit c41fdf1786.
pull/12083/head
Eric_Lee 2023-11-10 15:27:20 +08:00 committed by Bryan
parent c41fdf1786
commit e5e0c841a2
1 changed files with 1 additions and 1 deletions

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():