61baf3ac5d
- Update next.config.ts - Add netlify.toml, Docker configs, e2e tests - Add env templates, docs (README, ROADMAP, TODO) - Add vitest/playwright test configs - Add component and lib tests - Add install script, portainer env template - Update .gitignore (tsbuildinfo, deno.lock, dev.db)
21 lines
795 B
Bash
21 lines
795 B
Bash
# Falah OS v1.3 — Portainer Stack Environment Variables
|
|
# Paste these into Portainer → Stacks → (your stack) → Environment variables
|
|
# Generate secrets with: openssl rand -base64 48 | tr -d '=+/' | cut -c1-48
|
|
#
|
|
# REQUIRED — stack will not start without these
|
|
# ─────────────────────────────────────────────
|
|
|
|
JWT_SECRET=
|
|
ENCRYPTION_KEY=
|
|
ADMIN_SECRET=
|
|
POSTGRES_PASSWORD=
|
|
REDIS_PASSWORD=
|
|
|
|
# OPTIONAL — safe defaults shown
|
|
# ────────────────────────────────
|
|
|
|
POSTGRES_USER=postgres
|
|
PROTOCOL_FEE_PERCENT=1.5
|
|
SHARIAH_RULES=NO_RIBA,NO_GHARAR,NO_MAYSIR,HALAL_COMMODITY,ASSET_BACKED,MUTUAL_CONSENT,NO_BAI_INAH
|
|
ENABLE_CHAOS_TESTING=false
|