Processed apps directory via GitHub Actions
This commit is contained in:
@@ -5,7 +5,7 @@ APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner
|
||||
PANEL_APP_PORT_HTTP=4524
|
||||
|
||||
# 应用服务地址 [必填]
|
||||
SERVER_APP_BASE_URL=http://127.0.0.1:4524
|
||||
SERVER_APP_BASE_URL=https://api.apifox.cn
|
||||
|
||||
# 访问令牌 [必填]
|
||||
ACCESS_TOKEN=
|
||||
@@ -15,7 +15,7 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "http://127.0.0.1:4524"
|
||||
- default: "https://api.apifox.cn"
|
||||
edit: true
|
||||
envKey: SERVER_APP_BASE_URL
|
||||
labelZh: 应用服务地址
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -5,7 +5,7 @@ APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner
|
||||
PANEL_APP_PORT_HTTP=4524
|
||||
|
||||
# 应用服务地址 [必填]
|
||||
SERVER_APP_BASE_URL=http://127.0.0.1:4524
|
||||
SERVER_APP_BASE_URL=https://api.apifox.cn
|
||||
|
||||
# 访问令牌 [必填]
|
||||
ACCESS_TOKEN=
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user