mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 06:40:26 +08:00
初步实现安装界面
This commit is contained in:
1
dist/.gitignore
vendored
Normal file
1
dist/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.zip
|
||||
BIN
dist/edge-api/bin/edge-api
vendored
Executable file
BIN
dist/edge-api/bin/edge-api
vendored
Executable file
Binary file not shown.
2
dist/edge-api/configs/api.template.yaml
vendored
Normal file
2
dist/edge-api/configs/api.template.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
nodeId: "${nodeId}"
|
||||
secret: "${secret}"
|
||||
11
dist/edge-api/configs/db.template.yaml
vendored
Normal file
11
dist/edge-api/configs/db.template.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
Normal file
1
dist/edge-api/deploy/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.zip
|
||||
1
dist/edge-api/installers/.gitignore
vendored
Normal file
1
dist/edge-api/installers/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
installer-*
|
||||
Reference in New Issue
Block a user