first commit
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# ==============================================================================
|
||||
# VibeFinance — Configuratie
|
||||
# Kopieer dit bestand naar .env en vul de verplichte waarden in:
|
||||
# cp .env.example .env
|
||||
#
|
||||
# Commit .env NOOIT naar Git — het staat al in .gitignore
|
||||
# ==============================================================================
|
||||
|
||||
# ── Database ───────────────────────────────────────────────────────────────
|
||||
POSTGRES_USER=vibefinance
|
||||
POSTGRES_PASSWORD=verander_dit_wachtwoord
|
||||
# POSTGRES_DB=vibefinance # optioneel — standaard vibefinance
|
||||
|
||||
# ── Backend ────────────────────────────────────────────────────────────────
|
||||
# Genereer een veilige waarde met: openssl rand -hex 64
|
||||
JWT_SECRET=verander_dit_naar_een_zeer_lange_willekeurige_string_minimaal_64_tekens
|
||||
JWT_EXPIRES=7d
|
||||
|
||||
# ── URLs ───────────────────────────────────────────────────────────────────
|
||||
CORS_ORIGIN=https://jouwdomein.nl
|
||||
|
||||
# ── Poorten ────────────────────────────────────────────────────────────────
|
||||
FRONTEND_PORT=3300
|
||||
Reference in New Issue
Block a user