chore: 整理部署配置
diff --git a/gateway/src/main/resources/application-docker.yml b/gateway/src/main/resources/application-docker.yml
index 219f4f7..661b919 100644
--- a/gateway/src/main/resources/application-docker.yml
+++ b/gateway/src/main/resources/application-docker.yml
@@ -41,7 +41,7 @@
         enabled: true
       routes:
       - id: bff-api
-        uri: ${SW_BACKEND_AGGR_API_URI:https://sw-backend-admin-bff}
+        uri: ${SW_BACKEND_BFF_API_URI:https://sw-backend-admin-bff}
         predicates:
         - Path=/api/bff/**
         filters:
@@ -59,7 +59,7 @@
         filters:
         - RewritePath=/api/system/(?<suffix>.*), /$\{suffix}
       - id: biz-api
-        uri: ${SW_BACKEND_BIZ_API_URI:https://sw-backend-admin-sa}
+        uri: ${SW_BACKEND_BIZ_API_URI:https://sw-backend-biz-sa}
         predicates:
         - Path=/api/biz/**
         filters:
@@ -77,13 +77,13 @@
 ##
 # infras.security basic
 #
-infras.security.basic.enabled: ${INFRAS_SECURITY_BASIC_ENABLED:true}
+infras.security.basic.reactive.enabled: ${INFRAS_SECURITY_BASIC_REACTIVE_ENABLED:true}
 
 
 ##
 # infras.security jwt
 #
-infras.security.jwt.enabled: ${INFRAS_SECURITY_JWT_ENABLED:false}
+infras.security.jwt.enabled: ${INFRAS_SECURITY_JWT_REACTIVE_ENABLED:false}
 
 infras.security.jwt.public-key-pem: ${INFRAS_SECURITY_JWT_PUBLIC_KEY_PEM:}
 infras.security.jwt.private-key-pem-pkcs8: ${INFRAS_SECURITY_JWT_PRIVATE_KEY_PEM_PKCS8:}
@@ -92,7 +92,7 @@
 ##
 # infras.security cas
 #
-infras.security.cas.enabled: ${INFRAS_SECURITY_CAS_ENABLED:false}
+infras.security.cas.enabled: ${INFRAS_SECURITY_CAS_REACTIVE_ENABLED:false}
 
 #应用访问地址
 app.server.host.url: ${APP_SERVER_HOST_URL:https://localhost:8443}