From: 刘洪青 Date: Sun, 20 Sep 2020 08:26:15 +0000 (+0800) Subject: chore: 添加认证登录UI配置的初始配置的更新脚本 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=906980d16096546f91f3b3ffa85bee69855721e4;p=institute%2Fdeploy-authx-service.git chore: 添加认证登录UI配置的初始配置的更新脚本 --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql index b223b3f..1bec34e 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql +++ b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql @@ -34,6 +34,25 @@ where ID='22'; -- todo, modify commit; +-- 请注意图片的后缀名,须与实际的文件名保持一致 +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__logo.png' where ID='51'; -- casServer.config.logo +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__logo.png' where ID='52'; -- casServer.config.logoM + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__bg.png' where ID='53'; -- casServer.config.bg +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__bg.png' where ID='54'; -- casServer.config.bgM + +update TB_CONFIG set CONFIG_VALUE='409EFF' where ID='55'; -- casServer.config.schemeColor + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__icon.png' where ID='56'; -- casServer.config.iconImageUrl + +update TB_CONFIG set CONFIG_VALUE='https://example.com/download.htm' where ID='57'; -- casServer.config.superappDownloadUrl +update TB_CONFIG set CONFIG_VALUE='超级APP' where ID='57-1'; -- casServer.config.superappName + +update TB_CONFIG set CONFIG_VALUE='cas-server-site-ui__favicon.ico' where ID='58'; -- casServer.config.webFavicon +update TB_CONFIG set CONFIG_VALUE='树维信息' where ID='59'; -- casServer.config.webTitle + +update TB_CONFIG set CONFIG_VALUE='' where ID='61'; -- casServer.config.copyrightContent +update TB_CONFIG set CONFIG_VALUE='' where ID='62'; -- casServer.config.copyrightContentM use user;