Planungen android
All checks were successful
Deploy to production / deploy (push) Successful in 2m17s

This commit is contained in:
Torsten Schulz (local)
2026-07-08 22:28:51 +02:00
parent f5b3f174e6
commit 53becb6630
90 changed files with 5901 additions and 42 deletions

View File

@@ -20,6 +20,12 @@ DB_PASS=
# Optional (Defaults siehe utils/sequelize.js)
# DB_CONNECT_TIMEOUT_MS=30000
# CORS
# Fuer Web-Entwicklung und Android-Capacitor-Debug muessen alle erlaubten Origins
# explizit aufgefuehrt werden. Capacitor laedt die lokale App standardmaessig unter
# https://localhost; die API bleibt z. B. https://www.your-part.de.
# CORS_ORIGINS=https://www.your-part.de,http://localhost:5173,http://127.0.0.1:5173,https://localhost
# OAuth / OpenID Connect
# FRONTEND_URL muss auf die öffentliche Frontend-URL zeigen, damit der Provider nach dem Login
# korrekt auf den Callback im SPA zurückspringen kann.