-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (23 loc) · 820 Bytes
/
env.example
File metadata and controls
30 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuración del Backend
NEXT_PUBLIC_BACKEND_URL=http://localhost:8080
NEXT_PUBLIC_API_URL=http://localhost:8080/api
# Configuración de Fallback
NEXT_PUBLIC_USE_MOCKS=true
# Configuración de NextAuth
NEXTAUTH_URL=http://localhost:9002
NEXTAUTH_SECRET=your-secret-key-here
# Configuración de Google OAuth (opcional)
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Configuración de Base de Datos (si es necesaria)
DATABASE_URL=your-database-url
# Configuración de Redis (si es necesaria)
REDIS_URL=your-redis-url
# Configuración de Email (si es necesaria)
SMTP_HOST=your-smtp-host
SMTP_PORT=587
SMTP_USER=your-smtp-user
SMTP_PASS=your-smtp-password
# Configuración de Storage (si es necesaria)
STORAGE_BUCKET=your-storage-bucket
STORAGE_REGION=your-storage-region