Skip to content

Commit 66a418e

Browse files
committed
chore: update staging endpoint
1 parent bf596aa commit 66a418e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

netlify.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
functions = "functions/"
2121

2222
[context.staging.environment]
23-
API_BASE_URL = "https://api.staging.coronatracker.com"
23+
API_BASE_URL = "https://api2.staging.coronatracker.com"
2424
BASE_URL = "https://staging.coronatracker.com"
2525
GA_ID = "UA-xxxxxxxxx-x"
2626
GENERATE_ROUTES = "true"
@@ -31,7 +31,7 @@
3131
functions = "functions/"
3232

3333
[context.dev.environment]
34-
API_BASE_URL = "https://api.staging.coronatracker.com"
34+
API_BASE_URL = "https://api2.staging.coronatracker.com"
3535
BASE_URL = "https://staging.coronatracker.com"
3636
GA_ID = "UA-xxxxxxxxx-x"
3737
GENERATE_ROUTES = "false"
@@ -42,7 +42,7 @@
4242
functions = "functions/"
4343

4444
[context."feature/netlify-function".environment]
45-
API_BASE_URL = "https://api.staging.coronatracker.com"
45+
API_BASE_URL = "https://api2.staging.coronatracker.com"
4646
BASE_URL = "https://staging.coronatracker.com"
4747
GA_ID = "UA-xxxxxxxxx-x"
4848
GENERATE_ROUTES = "false"
@@ -54,7 +54,7 @@
5454
functions = "functions/"
5555

5656
[context.deploy-preview.environment]
57-
API_BASE_URL = "https://api.staging.coronatracker.com"
57+
API_BASE_URL = "https://api2.staging.coronatracker.com"
5858
BASE_URL = "https://staging.coronatracker.com"
5959
GA_ID = "UA-xxxxxxxxx-x"
6060
GENERATE_ROUTES = "false"
@@ -67,7 +67,7 @@
6767
functions = "functions/"
6868

6969
[context.branch-deploy.environment]
70-
API_BASE_URL = "https://api.staging.coronatracker.com"
70+
API_BASE_URL = "https://api2.staging.coronatracker.com"
7171
BASE_URL = "https://staging.coronatracker.com"
7272
GA_ID = "UA-xxxxxxxxx-x"
7373
GENERATE_ROUTES = "false"

0 commit comments

Comments
 (0)