Files
AnnasRechnungsManager/.env.example
T
2026-03-15 20:58:24 +01:00

15 lines
508 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Datenbank (für lokale Entwicklung)
DATABASE_URL="mysql://user:password@localhost:3306/annas_rechnungsmanager"
# Session-Secret zufälligen Wert generieren: openssl rand -base64 32
AUTH_SECRET="HIER_ZUFAELLIGEN_WERT_EINSETZEN"
# Docker-Compose: Datenbank-Credentials
DB_ROOT_PASSWORD="sicheres_root_passwort"
DB_USER="annas_user"
DB_PASSWORD="sicheres_db_passwort"
DB_NAME="annas_rechnungen"
# Docker-Compose: Admin-Passwort (nur beim ersten Start relevant)
ADMIN_PASSWORD="sicheres_admin_passwort"