From 37d7302f857dc033ac1fc154ee3edfc2cc034c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Thu, 5 Jun 2025 15:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 3 --- start/hhzadmin.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 5639132..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,8 +2,5 @@ - - - \ No newline at end of file diff --git a/start/hhzadmin.sh b/start/hhzadmin.sh index 82fb2df..8affc2c 100755 --- a/start/hhzadmin.sh +++ b/start/hhzadmin.sh @@ -43,6 +43,7 @@ docker run --pull always -d \ --env MINIO_OSS_ACCESSKEYID=${MINIO_ACCESS_KEY} \ --env MINIO_OSS_ACCESSKEYSECRET=${MINIO_SECRET_KEY} \ --env TUOHENG_DSP_CALLBACK_URL=https://${HHZ_DOMAIN_FULL}/hhz/admin/dsp/{requestId}/callback \ +--env TUOHENG_OIDC-URL=https://${OIDC_ADMIN_DOMAIN_FULL} \ --env TZ=Asia/Shanghai \ --add-host ${OIDC_ADMIN_DOMAIN}:${NGINX_IP} \ --mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \