diff --git a/.env.example b/.env.example index 5901fa5..efb5d81 100644 --- a/.env.example +++ b/.env.example @@ -77,4 +77,6 @@ SMTP_PORT=587 SMTP_SECURE=false SMTP_USER= SMTP_PASS= +# Avsändaradress för systemmejl (verifiering, kvitton m.m.). Rekommenderat: +# MAIL_FROM=Cibello MAIL_FROM= diff --git a/brand.config.json b/brand.config.json index 963e05d..2c22a8a 100644 --- a/brand.config.json +++ b/brand.config.json @@ -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" }