File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ import (
14
14
const (
15
15
APIVersion = "protocol=1.0,resource=2.1"
16
16
ClientID = "a-ncb-prod-android"
17
- ClientSecret = "3LBs0yOx2XO-3m4mMRW27rKeJzskhfWF0A8KUtnim8i/qYQPl8ZItp3IaqJXaYj_ "
17
+ ClientSecret = "0sAcrtwvwEXXZp5nzQhPexSRhxUVKa0d76F4uqDvxvvKFHXpo4myoJwUuV4vuNqC "
18
18
Scope = "openid profile vehicles"
19
- AuthBaseURL = "https://prod.eu .auth.kamereon.org/kauth"
19
+ AuthBaseURL = "https://prod.eu2 .auth.kamereon.org/kauth"
20
20
Realm = "a-ncb-prod"
21
21
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"
24
24
UserBaseURL = "https://nci-bff-web-prod.apps.eu.kamereon.io/bff-web"
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments