新分支,重新设计UI
This commit is contained in:
17
config.yaml
Normal file
17
config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# 数据库配置
|
||||
database:
|
||||
host: "10.10.10.189"
|
||||
port: 3306
|
||||
username: "root"
|
||||
password: "88116142"
|
||||
name: "ft"
|
||||
charset: "utf8mb4"
|
||||
|
||||
# 应用配置
|
||||
app:
|
||||
host: "0.0.0.0"
|
||||
port: 8080
|
||||
debug: true
|
||||
|
||||
# 密钥配置
|
||||
secret_key: "yg-ft-platform-secret-key-2024"
|
||||
Reference in New Issue
Block a user