elearning/Frontend-Learner/.env.example

11 lines
320 B
Text
Raw Normal View History

# API Configuration (Nuxt 3 uses NUXT_PUBLIC_ prefix for client-side access)
NUXT_PUBLIC_API_BASE=http://192.168.1.137:4000/api
# S3 / MinIO Configuration (If used in frontend later)
# NUXT_PUBLIC_S3_ENDPOINT=http://192.168.1.137:9000
# NUXT_PUBLIC_S3_BUCKET=courses
# App Configuration
PORT=3000
NODE_ENV=development