Files
falah-mobile/portainer.env
T

21 lines
795 B
Bash
Raw Normal View History

2026-07-02 20:01:48 +08:00
# 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