Initial commit after re-install
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
## 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=
|
||||
|
||||
Reference in New Issue
Block a user