16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
# Environment variables for Soroban Abacus Flashcards NAS deployment
|
|
# Copy this file to .env and update values as needed
|
|
|
|
# Next.js environment
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
HOSTNAME=0.0.0.0
|
|
|
|
# Disable Next.js telemetry in production
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
|
|
# Add any app-specific environment variables here
|
|
# Example:
|
|
# DATABASE_URL=
|
|
# API_KEY=
|
|
# FEATURE_FLAGS= |