feat: Externalize Core API base URL to AppConfig and environment configuration.

This commit is contained in:
Achintha Isuru
2026-02-25 10:57:34 -05:00
parent a21fbf6871
commit 08920ada3d
3 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
{
"GOOGLE_MAPS_API_KEY": "AIzaSyAyRS9I4xxoVPAX91RJvWJHszB3ZY3-IC0"
"GOOGLE_MAPS_API_KEY": "AIzaSyAyRS9I4xxoVPAX91RJvWJHszB3ZY3-IC0",
"CORE_API_BASE_URL": "https://krow-core-api-e3g6witsvq-uc.a.run.app"
}