-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (29 loc) · 2.09 KB
/
Copy path.env.example
File metadata and controls
33 lines (29 loc) · 2.09 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
# NuKropAI Configuration Template (.env)
# Copy this file to .env and configure with your project credentials.
# -----------------------------------------------------------------------------
# 1. Groq AI Platform API Key
# -----------------------------------------------------------------------------
# Used for agricultural diagnostic vision analysis, crop disease detection,
# soil health assessment, and conversational assistant features.
# Create and obtain your Groq Cloud API key from: https://console.groq.com/keys
GROQ_API_KEY=gsk_your_groq_api_key_here
# -----------------------------------------------------------------------------
# 2. Supabase Backend Services (Database, Auth, Realtime)
# -----------------------------------------------------------------------------
# Used for farmer profiles, peer chat messaging, equipment rental listings,
# farm khata ledger bookkeeping, and cached mandi market rates.
# Project Dashboard: https://supabase.com/dashboard/project/<project-id>/settings/api
SUPABASE_URL=https://yxjqseiegwjdfnccdchk.supabase.co
SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inl4anFzZWllZ3dqZGZuY2NkY2hrIiwicm9sZSI6ImFub24iLCJpYXQiOjE3ODU5NDU2NTMsImV4cCI6MjEwMTUyMTY1M30.J4swglpV5qu3hRZFll3aqhG1Y2G9mUllvXMjKq6Ikmo
# -----------------------------------------------------------------------------
# 3. Government Agmarknet Mandi API Key (Data.gov.in)
# -----------------------------------------------------------------------------
# Used for real-time commodity market rate discovery across nationwide mandis.
# Register and generate API key from: https://data.gov.in/
AGMARKNET_API_KEY=579b464db66ec23bdd000001cdd3946e44ce4aad7209ff7b23ac571b
# -----------------------------------------------------------------------------
# 4. Open-Meteo Weather Forecast API
# -----------------------------------------------------------------------------
# Provides localized meteorological conditions, rain alerts, and spray advisory.
# Standard endpoint (no authentication token required for non-commercial limits):
OPEN_METEO_BASE_URL=https://api.open-meteo.com/v1/forecast