diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml index 585d01ebd..a89d78d3c 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: executor-server profiles: - active: test + active: local server: port: 48084 diff --git a/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml b/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml index be2c82b9f..d2b120af8 100644 --- a/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: plan-server profiles: - active: test + active: local server: port: 48085 diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml index d1beef35d..a510fa7c4 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: system-server profiles: - active: test + active: local server: port: 48081