File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
33
33
- " PlatformClientSettings__RedirectUri=${PUBLIC_URI}/authentication/login-callback"
34
34
- " PlatformClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/authentication/logout-callback"
35
35
- " WebCsdClientSettings__RedirectUri=${PUBLIC_URI}/structures/signin-oidc"
36
- - " WebCsdClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/structures/signin -oidc"
36
+ - " WebCsdClientSettings__PostLogoutRedirectUri=${PUBLIC_URI}/structures/signout -oidc"
37
37
depends_on :
38
38
- webcsdbackend
39
39
@@ -95,6 +95,8 @@ services:
95
95
- ccdc-csd-resultstore
96
96
- ccdc-csd-similaritysearch
97
97
image : ccdcrepository.azurecr.io/onsite/ccdc-csd-searchservice-api:4.0.0
98
+ environment :
99
+ - SearchProgressEndpoint=api/{0}/internal-progress
98
100
99
101
csd-request-entry :
100
102
labels :
You can’t perform that action at this time.
0 commit comments