IMP: Editierfunktion für Gruppen ergänzt

This commit is contained in:
Matthias Lotz 2025-10-19 18:15:19 +02:00
parent 24c1de1666
commit 81c17c1b30

View File

@ -39,8 +39,8 @@ from datetime import datetime
import logging
# Konfiguration
DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api"
#DEFAULT_BACKEND_URL = "http://localhost/api"
#DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api"
DEFAULT_BACKEND_URL = "http://localhost/api"
SUPPORTED_FORMATS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.webp', '.tiff', '.tif'}
MAX_FILE_SIZE = 10 * 1024 * 1024 # 10MB