From 5854180c29f0d9859127567c014dc1ef97993b58 Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Sat, 14 Jun 2025 14:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 1c5e436..ea87452 100644 --- a/config.py +++ b/config.py @@ -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' } # 证书存储路径