feat: Add initial Docker setup and development environment documentation.
This commit is contained in:
parent
42b7399868
commit
ca65dbff4c
5 changed files with 124 additions and 28 deletions
10
Frontend-Learner/.env.example
Normal file
10
Frontend-Learner/.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# API Configuration (Nuxt 3 uses NUXT_PUBLIC_ prefix for client-side access)
|
||||
NUXT_PUBLIC_API_BASE=http://localhost:4000/api
|
||||
|
||||
# S3 / MinIO Configuration (If used in frontend later)
|
||||
# NUXT_PUBLIC_S3_ENDPOINT=http://192.168.1.100:9000
|
||||
# NUXT_PUBLIC_S3_BUCKET=courses
|
||||
|
||||
# App Configuration
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
Loading…
Add table
Add a link
Reference in a new issue