Tonne of udpatess
This commit is contained in:
@@ -46,7 +46,8 @@ INITIAL_ADMIN_PASSWORD=REQUIRED_STRONG_PASSWORD_CHANGE_THIS
|
||||
# --- API ---
|
||||
API_PORT=4000
|
||||
API_URL=http://localhost:4000
|
||||
CORS_ORIGINS=http://localhost:3000,http://localhost
|
||||
# Include docs/root domain for inline payment widgets on MkDocs pages
|
||||
CORS_ORIGINS=http://localhost:3000,http://localhost,http://localhost:4003
|
||||
|
||||
# --- Admin GUI ---
|
||||
ADMIN_PORT=3000
|
||||
@@ -114,6 +115,11 @@ NC_ADMIN_PASSWORD=REQUIRED_STRONG_PASSWORD_CHANGE_THIS
|
||||
REDIS_PASSWORD=REQUIRED_STRONG_PASSWORD_CHANGE_THIS
|
||||
REDIS_URL=redis://:${REDIS_PASSWORD}@redis-changemaker:6379
|
||||
|
||||
# --- Payments (Stripe) ---
|
||||
# Enable payments feature (memberships, products, donations)
|
||||
# Stripe API keys are stored encrypted in DB via admin settings page
|
||||
ENABLE_PAYMENTS=false
|
||||
|
||||
# --- Media Management ---
|
||||
ENABLE_MEDIA_FEATURES=false
|
||||
MEDIA_API_PORT=4100
|
||||
|
||||
Reference in New Issue
Block a user