From 1a41887e62fb18097079cc526225c5d4017a3036 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Mon, 23 Mar 2026 10:17:12 +0900 Subject: [PATCH] init --- .env | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 9042c81..20483eb 100644 --- a/.env +++ b/.env @@ -6,13 +6,14 @@ DB_USER=ncue DB_PASSWORD=ncue5004! TABLE=ncue_user -## Auth0 (server-side) -# Auth0 Domain (without https://) -AUTH0_DOMAIN=ncue.net -# Auth0 SPA Application Client ID +## Auth0 — Dashboard 앱 "NCue" (Applications → NCue) +# 테넌트 Domain만 (https 없음). 반드시 *.auth0.com — 사이트 도메인(ncue.net) 넣지 말 것. +AUTH0_DOMAIN=dev-4la1w2h67ybqsbpe.us.auth0.com +# Client ID (SPA) AUTH0_CLIENT_ID=g5RDfax7FZkKzXYvXOgku3Ll8CxuA4IM -# Google connection name (usually google-oauth2) +# Google 연결 이름 (Connections에서 확인, 보통 google-oauth2) AUTH0_GOOGLE_CONNECTION=google-oauth2 +# Client Secret: 이 백엔드는 PKCE(SPA)만 쓰므로 .env에 불필요 ## Admin bootstrap (server-side only) # Comma-separated emails that should become admin (DB: ncue_user.is_admin=true) on login sync. @@ -24,3 +25,6 @@ PORT=8000 # Protect admin/config write APIs CONFIG_TOKEN=REPLACE_ME + + +AUTH0_DASHBOARD_TOKEN=DTURPQF9VAF7UCZED2GEYSZB \ No newline at end of file