This commit is contained in:
dsyoon
2026-02-25 21:10:12 +09:00
parent c21a7b3739
commit 86d9cdc894
2 changed files with 26 additions and 2 deletions

26
.env Normal file
View File

@@ -0,0 +1,26 @@
## 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 bootstrap (server-side only)
# Comma-separated emails that should become admin (DB: ncue_user.is_admin=true) on login sync.
ADMIN_EMAILS=dosangyoon@gmail.com,dosangyoon2@gmail.com,dosangyoon3@gmail.com
## Optional
# Server port
PORT=8000
# Protect admin/config write APIs
CONFIG_TOKEN=REPLACE_ME