-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 852 Bytes
/
.env.example
File metadata and controls
20 lines (15 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ── ATMX Deployment Config ────────────────────────────────────────────────────
# Copy this file to .env and fill in the values before deploying.
# Admin secret for managing API keys via POST /admin/api_keys.
# Generate with: openssl rand -hex 32
ADMIN_SECRET=changeme-generate-a-real-secret
# Optional: pre-load an API key at startup so you can test immediately.
# Generate with: echo "atmx_sk_$(openssl rand -hex 24)"
# BOOTSTRAP_API_KEY=atmx_sk_your_preloaded_key_here
# Rate limit (requests per minute per key). Default: 60
# DEFAULT_RATE_LIMIT=60
# Mapbox token for the frontend map (optional)
# VITE_MAPBOX_TOKEN=pk.your_mapbox_token
# Postgres (defaults work for local Docker Compose)
# POSTGRES_USER=atmx
# POSTGRES_PASSWORD=atmx