chore: 更新新开普测试环境的配置
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/10.0.init.sql b/project/newcapec-test/k8s-rancher/1.authx-service/10.0.init.sql
index 42cfae0..f415dec 100644
--- a/project/newcapec-test/k8s-rancher/1.authx-service/10.0.init.sql
+++ b/project/newcapec-test/k8s-rancher/1.authx-service/10.0.init.sql
@@ -28,7 +28,7 @@
   SERVICE_ID='https://security-center-test.paas.newcapec.cn/(.*)', 
   ID_TOKEN_ENABLED=1,
   JWT_AS_SERVICE_TICKET=1,
-  APPLICATION_DOMAIN='security-center.paas.newcapec.cn'
+  APPLICATION_DOMAIN='security-center-test.paas.newcapec.cn'
 where ID='122';  -- todo, modify
 
 commit;