-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (44 loc) · 1.77 KB
/
Copy path.env.example
File metadata and controls
50 lines (44 loc) · 1.77 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
# ===========================================
# Supabase Configuration (required)
# Self-hosted on bitbaum, NOT supabase.com — URL is https://supabase.orangecat.ch.
# Keys live in /opt/botsmann/shared/.env on the box; ask before minting new ones.
# Our tables are in the `botsmann` schema (see lib/constants.ts), not `public` —
# `public` belongs to orangecat and shares this database with us.
# ===========================================
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
# ===========================================
# Groq LLM (optional - free tier)
# Get your free API key at: https://console.groq.com
# 14,400 requests/day on free tier
# ===========================================
GROQ_API_KEY=
# ===========================================
# OpenRouter LLM (optional - alternative to Groq)
# Get your API key at: https://openrouter.ai/keys
# ===========================================
OPENROUTER_API_KEY=
# ===========================================
# API Authentication
# ===========================================
API_KEY=
NEXT_PUBLIC_API_KEY=
# ===========================================
# AWS SES Email Configuration (optional)
# ===========================================
NEXT_AWS_ACCESS_KEY_ID=
NEXT_AWS_SECRET_ACCESS_KEY=
NEXT_AWS_REGION=
# ===========================================
# Email Addresses
# ===========================================
FROM_EMAIL=
ADMIN_EMAIL=
# ===========================================
# FleetCrown feedback widget
# Mint on FleetCrown → project → Feedback widget.
# Must be present at `next build` (self-host CD pulls box .env). Runtime-only
# changes after deploy are not enough — Next tree-shakes an empty token.
# ===========================================
FLEETCROWN_FEEDBACK_TOKEN=