Skip to content

Commit 34425d8

Browse files
committed
Connect to pointilla prod
1 parent 31d595b commit 34425d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/api/appsettings.Production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
]
1414
},
1515
"Pointilla": {
16-
"BaseUrl": "https://pomas-pointilla-dev.radix.equinor.com",
16+
"BaseUrl": "https://pomas-pointilla-prod.radix.equinor.com",
1717
"Scopes": [
18-
"api://29dff514-8a51-4cb5-a3aa-c710e3cacf61/access_as_user"
18+
"api://410ea4aa-e2f4-4263-818a-32afeca26b4a/access_as_user"
1919
]
2020
},
2121
"AllowedHosts": "*",

backend/api/appsettings.Staging.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
]
1414
},
1515
"Pointilla": {
16-
"BaseUrl": "https://pomas-pointilla-dev.radix.equinor.com",
16+
"BaseUrl": "https://pomas-pointilla-prod.radix.equinor.com",
1717
"Scopes": [
18-
"api://29dff514-8a51-4cb5-a3aa-c710e3cacf61/access_as_user"
18+
"api://410ea4aa-e2f4-4263-818a-32afeca26b4a/access_as_user"
1919
]
2020
},
2121
"AllowedHosts": "*",

0 commit comments

Comments
 (0)