fix(brand): .se -> .app i brand.config + dokumentera MAIL_FROM (noreply@cibello.app)
CI / Typecheck, test & build (push) Failing after 47s

- brand.config.json: apiDomain/adminDomain/supportEmail cibello.se -> cibello.app.
- supportEmail var inte kosmetisk: skickas som kontaktadress i OpenFoodFacts-anropen
  och läses av appen (mobile/shared-types); .se-adressen fanns inte.
- .env.example: dokumenterat rekommenderat MAIL_FROM=Cibello <noreply@cibello.app>.
- Genomsökt hela repo:t: inga funktionella .se kvar (endast ofarlig notis i docs/INFRA-PLAN.md).
- Config-only: ingen logik rörd; brand.config.json validerad som giltig JSON.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-08-21 21:30:50 +00:00
parent 316ba3cb62
commit 1c8b9ffbd9
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
"urlScheme": "cibello",
"iosBundleId": "com.cibello.app",
"androidPackage": "com.cibello.app",
"apiDomain": "api.cibello.se",
"adminDomain": "admin.cibello.se",
"supportEmail": "support@cibello.se"
"apiDomain": "api.cibello.app",
"adminDomain": "admin.cibello.app",
"supportEmail": "support@cibello.app"
}