调整数据库权限

This commit is contained in:
wzj 2025-06-14 14:37:03 +08:00
parent 1450c6aca6
commit 5854180c29

View File

@ -1,7 +1,6 @@
# config.py
import os
class Config:
# Flask配置
SECRET_KEY = os.getenv('SECRET_KEY', 'your-secret-key-here')
@ -10,8 +9,8 @@ class Config:
DB_CONFIG = {
'host': '192.168.31.11',
'database': 'cert_manager',
'user': 'root',
'password': 'Home123#$.'
'user': 'certmgr',
'password': 'certmgr123'
}
# 证书存储路径