From 4ef6f96b146d95f9ecb231e150a5ed380b2ec538 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 17 Apr 2026 11:13:19 +0900 Subject: [PATCH] VITE_ORGCHART_URL --- .env.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index b9781ae5..1d5f5bed 100644 --- a/.env.sample +++ b/.env.sample @@ -141,4 +141,5 @@ VITE_OIDC_CLIENT_ID=devfront VITE_OIDC_AUTHORITY=https://sso.hmac.kr/oidc DEVFRONT_URL=http://localhost:5174 DEVFRONT_CALLBACK_URLS=http://localhost:5174/auth/callback,https://sso.hmac.kr/devfront/auth/callback -ORGFRONT_CALLBACK_URLS=http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback \ No newline at end of file +ORGFRONT_CALLBACK_URLS=http://localhost:5175/auth/callback,http://172.16.10.176:5175/auth/callback +VITE_ORGCHART_URL= \ No newline at end of file