Initial commit - Stand 26.04.2026
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Umgebungsvariablen
|
||||
|
||||
# Datenbank
|
||||
DB_PATH=/app/data/steuer.db
|
||||
|
||||
# Upload
|
||||
UPLOAD_DIR=/app/uploads
|
||||
MAX_FILE_SIZE=10485760
|
||||
|
||||
# CORS (für Produktion anpassen)
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
|
||||
# Optional: Reverse Proxy Domain
|
||||
# VIRTUAL_HOST=steuerflow.dein-domain.de
|
||||
# LETSENCRYPT_HOST=steuerflow.dein-domain.de
|
||||
Reference in New Issue
Block a user