diff --git a/apps/apifox-runner/1.4.0/data.yml b/apps/apifox-runner/latest/data.yml similarity index 96% rename from apps/apifox-runner/1.4.0/data.yml rename to apps/apifox-runner/latest/data.yml index 2a90784cd..82139f8c7 100644 --- a/apps/apifox-runner/1.4.0/data.yml +++ b/apps/apifox-runner/latest/data.yml @@ -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: 应用服务地址 diff --git a/apps/apifox-runner/1.4.0/docker-compose.yml b/apps/apifox-runner/latest/docker-compose.yml similarity index 96% rename from apps/apifox-runner/1.4.0/docker-compose.yml rename to apps/apifox-runner/latest/docker-compose.yml index f6e91850e..170b7f0d7 100644 --- a/apps/apifox-runner/1.4.0/docker-compose.yml +++ b/apps/apifox-runner/latest/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: apifox-runner: - 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 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/apifox-runner/1.4.0/envs/default.env b/apps/apifox-runner/latest/envs/default.env similarity index 100% rename from apps/apifox-runner/1.4.0/envs/default.env rename to apps/apifox-runner/latest/envs/default.env diff --git a/apps/apifox-runner/1.4.0/envs/global.env b/apps/apifox-runner/latest/envs/global.env similarity index 100% rename from apps/apifox-runner/1.4.0/envs/global.env rename to apps/apifox-runner/latest/envs/global.env diff --git a/apps/apifox-runner/1.4.0/scripts/init.sh b/apps/apifox-runner/latest/scripts/init.sh similarity index 100% rename from apps/apifox-runner/1.4.0/scripts/init.sh rename to apps/apifox-runner/latest/scripts/init.sh diff --git a/apps/apifox-runner/1.4.0/scripts/uninstall.sh b/apps/apifox-runner/latest/scripts/uninstall.sh similarity index 100% rename from apps/apifox-runner/1.4.0/scripts/uninstall.sh rename to apps/apifox-runner/latest/scripts/uninstall.sh diff --git a/apps/apifox-runner/1.4.0/scripts/upgrade.sh b/apps/apifox-runner/latest/scripts/upgrade.sh similarity index 100% rename from apps/apifox-runner/1.4.0/scripts/upgrade.sh rename to apps/apifox-runner/latest/scripts/upgrade.sh