2026-02-05 11:01:17 +07:00
|
|
|
# API Configuration (Nuxt 3 uses NUXT_PUBLIC_ prefix for client-side access)
|
2026-02-05 13:50:18 +07:00
|
|
|
NUXT_PUBLIC_API_BASE=http://192.168.1.137:4000/api
|
2026-02-05 11:01:17 +07:00
|
|
|
|
|
|
|
|
# S3 / MinIO Configuration (If used in frontend later)
|
2026-02-05 13:50:18 +07:00
|
|
|
# NUXT_PUBLIC_S3_ENDPOINT=http://192.168.1.137:9000
|
2026-02-05 11:01:17 +07:00
|
|
|
# NUXT_PUBLIC_S3_BUCKET=courses
|
|
|
|
|
|
|
|
|
|
# App Configuration
|
|
|
|
|
PORT=3000
|
|
|
|
|
NODE_ENV=development
|