fix(brand): .se -> .app i brand.config + dokumentera MAIL_FROM (noreply@cibello.app)
CI / Typecheck, test & build (push) Failing after 47s
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:
+3
-3
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user