-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.dev.example
More file actions
40 lines (31 loc) · 1.07 KB
/
env.dev.example
File metadata and controls
40 lines (31 loc) · 1.07 KB
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
31
32
33
34
35
36
37
38
39
40
# Development Environment Variables
# Copy this file to .env.dev and update the values
# Database Configuration
DB_PASSWORD=devpassword123
# Redis Configuration
REDIS_PASSWORD=devredis123
# JWT Configuration
JWT_SECRET=dev_secret_key_XK7fJ3mP9vN2wQ8rT5yU6iO1pA4sD7fG9hJ2kL5nM8qR3tY6uI9oP2aS5dF8gH1jK4lZ7xC0vB3nM6qW9eR2tY5uI8oP1aS4dF7gH0jK3lZ6xC9vB2nM5qW8eR1tY4u==
# Mail Configuration
MAIL_USERNAME=souravsingh2609@gmail.com
MAIL_PASSWORD=fwuuwszturwhnspw
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
# Internal API Keys
INTERNAL_API_KEY=prod_7yXJ2mQ9rT5vL8cN1pB4sD7fG0hK3lZ6xC9vB2nM5qW8eR1tY4u
# Admin Configuration
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123
ADMIN_EMAIL=admin@example.com
ADMIN_FIRST_NAME=Admin
ADMIN_LAST_NAME=User
ADMIN_ENABLED=true
# CORS Configuration
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173,http://localhost:8080,http://localhost:8081,http://localhost:8082
# Monitoring
GRAFANA_PASSWORD=admin123
# Frontend Configuration
VITE_API_BASE_URL=http://localhost:8080
VITE_NODE_ENV=development
VITE_ENABLE_DEBUG=true
VITE_ENABLE_ANALYTICS=false