-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.example
More file actions
67 lines (53 loc) · 1.74 KB
/
environment.example
File metadata and controls
67 lines (53 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Database Configuration
POSTGRES_DB=bluerelief
POSTGRES_USER=dev
POSTGRES_PASSWORD=your-postgres-password
PGDATA=/var/lib/postgresql/data/pgdata
DATABASE_URL=postgresql://dev:your-postgres-password@localhost:5432/bluerelief
# Redis
REDIS_URL=redis://localhost:6379/0
# Environment
ENVIRONMENT=development
NODE_ENV=development
# Showcase Mode - When true, disables all AI/Gemini features to prevent API costs
# Set to false to enable data collection and AI analysis
SHOWCASE_MODE=true
# Frontend Configuration
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_APP_URL=https://platform.private.bluerelief.app
NEXT_PUBLIC_MAPBOX_TOKEN=your-mapbox-token
# URLs
REDIRECT_URL=http://localhost:3000/dashboard
FRONTEND_URL=http://localhost:3000
BACKEND_URL=http://localhost:8000
# Security Keys (change these in production)
SECRET_KEY=your-secret-key-here
JWT_SECRET_KEY=your-jwt-secret-key-here
# Google OAuth
GOOGLE_CLIENT_ID=your-google-client-id-here
GOOGLE_CLIENT_SECRET=your-google-client-secret-here
# BlueSky Integration
BlueSky_Username=your-bluesky-username
BlueSky_Password=your-bluesky-password
GOOGLE_API_KEY=your-google-api-key-here
# Gemini API Rate Limiting (for concurrent processing)
GEMINI_RPM=15
GEMINI_CONCURRENT_WORKERS=3
# Data Feed Configuration
SEARCH_HASHTAG=#earthquake
POST_LIMIT=5
SCHEDULE_HOURS=24
# Email Service (Resend)
RESEND_API_KEY=your-resend-api-key-here
SENDING_DOMAIN=bluerelief.app
EMAIL_FROM=alerts@notify.bluerelief.app
# Email Microservice Configuration
EMAIL_MICROSERVICE_URL=http://email-service:3002
EMAIL_SERVICE_PORT=3002
SERVICE_NAME=BlueRelief Email Service
SERVICE_VERSION=1.0.0
# Admin Domain Configuration
ADMIN_ALLOWED_DOMAIN=bluerelief.app
ADMIN_EXCEPTION_EMAILS=
ADMIN_DOMAIN_CHECK_ENABLED=true
LORDICON_API_KEY=