ADD: fixed e rechnung
This commit is contained in:
+13
-2
@@ -1,3 +1,14 @@
|
||||
# Datenbank (für lokale Entwicklung)
|
||||
DATABASE_URL="mysql://user:password@localhost:3306/annas_rechnungsmanager"
|
||||
AUTH_SECRET="your-random-secret-here"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user