调整数据库权限
This commit is contained in:
parent
1450c6aca6
commit
5854180c29
@ -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'
|
||||
}
|
||||
|
||||
# 证书存储路径
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user