mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 23:20:26 +08:00
阶段性提交
This commit is contained in:
11
build/configs/db.template.yaml
Normal file
11
build/configs/db.template.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
default:
|
||||
db: "dev"
|
||||
prefix: ""
|
||||
|
||||
dbs:
|
||||
dev:
|
||||
driver: "mysql"
|
||||
dsn: "root:123456@tcp(127.0.0.1:3306)/db_shield?charset=utf8mb4&timeout=30s"
|
||||
prefix: "shield"
|
||||
models:
|
||||
package: internal/web/models
|
||||
Reference in New Issue
Block a user