style: pfandlogo.png statt .jpg (transparente Version)

- public/pfandlogo.png ersetzt pfandlogo.jpg
- Alle Referenzen umgestellt (Login, TopNav, SuperAdmin, index.html, manifest.json)
- favicon type=image/png
This commit is contained in:
christian
2026-05-26 13:42:21 +00:00
parent 25ede6f2a3
commit 712afdd253
12 changed files with 63 additions and 2807 deletions

View File

@@ -55,7 +55,12 @@ services:
JWT_SECRET: ${JWT_SECRET}
PORT: 3001
NODE_ENV: production
RESEND_API_KEY: ${RESEND_API_KEY}
RESEND_API_KEY: ${RESEND_API_KEY:-}
SMTP_HOST: ${SMTP_HOST:-}
SMTP_PORT: ${SMTP_PORT:-587}
SMTP_SECURE: ${SMTP_SECURE:-false}
SMTP_USER: ${SMTP_USER:-}
SMTP_PASS: ${SMTP_PASS:-}
MAIL_FROM: ${MAIL_FROM:-Pfandsystem Demo <demo@dockly.de>}
UPLOAD_DIR: /app/uploads
MAX_FILE_SIZE: 10485760