- 기본 관리자 이메일 목록에 추가 계정 반영 - script.js 로드 실패 시 폴백에서도 /api/config/auth hydrate 및 /api/auth/sync 호출 - 폴백에서 관리자 전용 기능 잠금 및 로그인 전 내보내기 비활성화 적용 Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
## Database
|
|
DB_HOST=ncue.net
|
|
DB_PORT=5432
|
|
DB_NAME=ncue
|
|
DB_USER=ncue
|
|
DB_PASSWORD=REPLACE_ME
|
|
TABLE=ncue_user
|
|
|
|
## Auth0 (server-side)
|
|
# Auth0 Domain (without https://)
|
|
AUTH0_DOMAIN=ncue.net
|
|
# Auth0 SPA Application Client ID
|
|
AUTH0_CLIENT_ID=g5RDfax7FZkKzXYvXOgku3Ll8CxuA4IM
|
|
# Google connection name (usually google-oauth2)
|
|
AUTH0_GOOGLE_CONNECTION=google-oauth2
|
|
# Admin emails (comma-separated)
|
|
ADMIN_EMAILS=dsyoon@ncue.net,dosangyoon@gmail.com,dosangyoon2@gmail.com,dosangyoon3@gmail.com
|
|
|
|
## Optional
|
|
# Server port
|
|
PORT=8000
|
|
# Optional: allow writing config via API (not required if using env)
|
|
CONFIG_TOKEN=
|
|
|