-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 1.15 KB
/
.env.example
File metadata and controls
20 lines (16 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copy this file to .env and fill in the values.
# .env is gitignored — never commit it.
# ─── PostgreSQL (Supabase) ───────────────────────────────────────────────────
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=your-supabase-db-password
# ─── JWT (must be at least 32 random characters) ────────────────────────────
# Generate: openssl rand -base64 48
JWT_KEY=replace_with_a_long_random_secret_minimum_32_chars
JWT_ISSUER=ScrapFlowSA
JWT_AUDIENCE=ScrapFlowSA
# ─── CORS — your Vercel frontend URL ────────────────────────────────────────
# Set via ASP.NET Core env override in docker-compose or Render:
# AllowedOrigins__0=https://your-app.vercel.app
# ─── n8n Automation ─────────────────────────────────────────────────────────
N8N_PASSWORD=change_me_strong_n8n_password