docs: 整理文档
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql b/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
index e6096c8..9495d17 100644
--- a/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
+++ b/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
@@ -10,14 +10,14 @@
`ID_TOKEN_ENABLED`, `JWT_AS_SERVICE_TICKET`,
`APPLICATION_DOMAIN`
)
-VALUES ('13', '1', 0, 'admin', '2020-07-01 00:00:00',
- '开放平台管理端', '开放平台管理端', 'https://dev-admin.paas.xxx.edu.cn', 'https://dev-admin.paas.xxx.edu.cn/slo',
+VALUES ('15', '1', 0, 'admin', '2020-07-01 00:00:00',
+ '开发者中心', '开发者中心', 'https://dev-center.paas.xxx.edu.cn/dev-portal', 'https://dev-center.paas.xxx.edu.cn/dev-portal/?clearCertification=clearCertification',
'REDIRECT', 'FRONT_CHANNEL',
- 13, '开放平台管理端', 13, 'https://dev-admin.paas.xxx.edu.cn/(.*)',
+ 15, '开发者中心', 15, 'https://dev-center.paas.xxx.edu.cn/dev-portal/(.*)',
1, 1, 1,
- '1', '1',
- 13, 13,
- 'dev-admin.paas.xxx.edu.cn'
+ '15', '15',
+ 1, 1,
+ 'dev-center.paas.xxx.edu.cn'
);