Files
Cibello-app/brand.config.json
T
Claude 1c8b9ffbd9
CI / Typecheck, test & build (push) Failing after 47s
fix(brand): .se -> .app i brand.config + dokumentera MAIL_FROM (noreply@cibello.app)
- 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>
2026-08-21 21:30:50 +00:00

12 lines
446 B
JSON

{
"$comment": "ENDA stället i projektet där varumärket definieras. Namnet är beslutat: Cibello. Vid framtida ändringar: uppdatera denna fil och följ runbooken i docs/namnbyte.md.",
"name": "Cibello",
"slug": "cibello",
"urlScheme": "cibello",
"iosBundleId": "com.cibello.app",
"androidPackage": "com.cibello.app",
"apiDomain": "api.cibello.app",
"adminDomain": "admin.cibello.app",
"supportEmail": "support@cibello.app"
}