-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 1.17 KB
/
.env.example
File metadata and controls
28 lines (21 loc) · 1.17 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
# ─────────────────────────────────────────
# CivicPulse Environment Configuration
# Copy this file to .env and fill in values
# ─────────────────────────────────────────
# Anthropic Claude API Key
# Get from: https://console.anthropic.com
ANTHROPIC_API_KEY=sk-ant-api03-YOUR_KEY_HERE
# InsForge Backend
# Sign up at: https://insforge.dev → Create Project → Settings → API Keys
INSFORGE_URL=https://ipmp8993.us-east.insforge.app
INSFORGE_ADMIN_KEY=ik_b57f09c497f686133094bd033e341616
# TinyFish Web Agent (for real-world policy research)
# Get 500 free steps at: https://tinyfish.ai
TINYFISH_API_KEY=sk-tinyfish-KHLyQmQm4KeNxGbbGei1aZaPIsxLPauD
# JWT Secret (any long random string)
JWT_SECRET=civicpulse_super_secret_change_this_in_production_2024
# Server Port
PORT=3000
# Government pre-stored credentials (comma-separated pairs: user:pass)
# These are the ONLY accounts that can log into the government portal
GOV_CREDENTIALS=gov_admin:Admin@2024,gov_officer:Officer@2024,ministry_lead:Ministry@2024,Amrish:2004