mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-02 22:10:26 +08:00
改进编译脚本
This commit is contained in:
BIN
dist/edge-api/bin/edge-api
vendored
BIN
dist/edge-api/bin/edge-api
vendored
Binary file not shown.
2
dist/edge-api/configs/api.template.yaml
vendored
2
dist/edge-api/configs/api.template.yaml
vendored
@@ -1,2 +0,0 @@
|
||||
nodeId: "${nodeId}"
|
||||
secret: "${secret}"
|
||||
11
dist/edge-api/configs/db.template.yaml
vendored
11
dist/edge-api/configs/db.template.yaml
vendored
@@ -1,11 +0,0 @@
|
||||
default:
|
||||
db: "prod"
|
||||
prefix: ""
|
||||
|
||||
dbs:
|
||||
prod:
|
||||
driver: "mysql"
|
||||
dsn: "root:123456@tcp(127.0.0.1:3306)/db_edge?charset=utf8mb4&timeout=30s"
|
||||
prefix: "edge"
|
||||
models:
|
||||
package: internal/web/models
|
||||
1
dist/edge-api/deploy/.gitignore
vendored
1
dist/edge-api/deploy/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.zip
|
||||
1
dist/edge-api/installers/.gitignore
vendored
1
dist/edge-api/installers/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
installer-*
|
||||
Reference in New Issue
Block a user