改进编译脚本

This commit is contained in:
GoEdgeLab
2020-10-14 14:46:10 +08:00
parent 965fbe60e1
commit 59046aae19
6 changed files with 40 additions and 27 deletions

Binary file not shown.

View File

@@ -1,2 +0,0 @@
nodeId: "${nodeId}"
secret: "${secret}"

View File

@@ -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

View File

@@ -1 +0,0 @@
*.zip

View File

@@ -1 +0,0 @@
installer-*