Files
home/.env
dsyoon 86d9cdc894 init
2026-02-25 21:10:12 +09:00

27 lines
665 B
Bash

## 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