diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index c21eae6..6230056 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -12,12 +12,12 @@ "preview": { "distribution": "internal", "channel": "preview", - "env": { "API_BASE_URL": "https://api.example.com" } + "env": { "API_BASE_URL": "https://api.cibello.app" } }, "production": { "autoIncrement": true, "channel": "production", - "env": { "API_BASE_URL": "https://api.example.com" } + "env": { "API_BASE_URL": "https://api.cibello.app" } } }, "submit": {