# Public hosts for routing via nginx-proxy SOLARDB_API_HOST=db-api.northdanubesoft.eu SOLARDB_UI_HOST=db.northdanubesoft.eu UI_ORIGIN=https://db.northdanubesoft.eu LETSENCRYPT_EMAIL=macamete.robert@gmail.com API_BASE_URL= https://db-api.northdanubesoft.eu # Flask FLASK_ENV=production # (Optional) If your Flet main file differs: # FLET_ENTRY=client/main.py # For your UI to call the API from the browser, ensure CORS is allowed on API or they share the same parent domain.