Skip to content

Commit b3b5225

Browse files
andigdontbyte
authored andcommitted
Nissan: update client secret and server
1 parent 70e3a84 commit b3b5225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vehicle/nissan/api.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ import (
1414
const (
1515
APIVersion = "protocol=1.0,resource=2.1"
1616
ClientID = "a-ncb-prod-android"
17-
ClientSecret = "3LBs0yOx2XO-3m4mMRW27rKeJzskhfWF0A8KUtnim8i/qYQPl8ZItp3IaqJXaYj_"
17+
ClientSecret = "0sAcrtwvwEXXZp5nzQhPexSRhxUVKa0d76F4uqDvxvvKFHXpo4myoJwUuV4vuNqC"
1818
Scope = "openid profile vehicles"
19-
AuthBaseURL = "https://prod.eu.auth.kamereon.org/kauth"
19+
AuthBaseURL = "https://prod.eu2.auth.kamereon.org/kauth"
2020
Realm = "a-ncb-prod"
2121
RedirectURI = "org.kamereon.service.nci:/oauth2redirect"
22-
CarAdapterBaseURL = "https://alliance-platform-caradapter-prod.apps.eu.kamereon.io/car-adapter"
23-
UserAdapterBaseURL = "https://alliance-platform-usersadapter-prod.apps.eu.kamereon.io/user-adapter"
22+
CarAdapterBaseURL = "https://alliance-platform-caradapter-prod.apps.eu2.kamereon.io/car-adapter"
23+
UserAdapterBaseURL = "https://alliance-platform-usersadapter-prod.apps.eu2.kamereon.io/user-adapter"
2424
UserBaseURL = "https://nci-bff-web-prod.apps.eu.kamereon.io/bff-web"
2525
)
2626

0 commit comments

Comments
 (0)