mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 06:40:26 +08:00
阶段性提交
This commit is contained in:
1
build/.gitignore
vendored
1
build/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
configs/api.yaml
|
||||
2
build/configs/.gitignore
vendored
Normal file
2
build/configs/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
api.yaml
|
||||
db.yaml
|
||||
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
|
||||
1
build/logs/.gitignore
vendored
Normal file
1
build/logs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.log
|
||||
Reference in New Issue
Block a user