-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.development
More file actions
28 lines (21 loc) · 805 Bytes
/
.env.development
File metadata and controls
28 lines (21 loc) · 805 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
# Development Environment Variables
NODE_ENV=development
NEXT_PUBLIC_DEV_MODE=true
# Cache busting
NEXT_PUBLIC_CACHE_BUST=true
NEXT_PUBLIC_BUILD_TIME=1753278416282
# Disable caching in development
NEXT_PUBLIC_DISABLE_CACHE=true
# Force fresh builds
NEXT_PUBLIC_FORCE_REFRESH=true
# Development server settings
NEXT_PUBLIC_DEV_SERVER_URL=http://localhost:3000
# API Keys for Agricultural Intelligence
OPENWEATHERMAP_API_KEY=b87d49d14ecb60153d657c6eb4b57e45
SENTINEL_HUB_API_KEY=PLAK67a923da926b44139785a9e31fa85d18
USGS_EROS_TOKEN=Fr6OFCyyF9X4_A6F8Z2cgB0vrfThH70iUVMAVtLE!o9h80dM7Tdbt@Mpt8Mmh0H4
# NASA API (already configured)
NASA_API_KEY=GwXjRo26qi9RCRpyGlGhzeUgFF98rIxVBEV7QWMy
# Email Configuration (Resend)
RESEND_API_KEY=re_PiwJM72Y_A7DBnRPKSdR345DPxoaWxUsG
FROM_EMAIL=psy.zellag22@gmail.com