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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user