# Frontend configuration VITE_API_ENDPOINT=http://yourdomain.tld/api/ # Traefik configuration, if needed TRAEFIK_HOST=yourdomain.tld TRAEFIK_CERTRESOLVER=letsencrypt # Backend configuration FLASK_SECRET_KEY="changeme!" FLASK_DEBUG=False