Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-20 09:25:30 +00:00
parent be377f7b52
commit eba4ce8b04
10 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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: 应用服务地址

View File

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

View File

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

View File

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