File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ interface ImportMetaEnv {
7
7
readonly VITE_API_BASE : string
8
8
readonly VITE_VIEWER_BASE : string
9
9
readonly VITE_INTERMEDIATE_FHIR_SERVER_BASE : string
10
+ readonly VITE_SOF_CLIENT_ID : string
11
+ readonly VITE_SOF_ISS : string
10
12
readonly DEV_SERVER_PORT : number
11
13
}
12
14
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ export const SOF_HOSTS = [
68
68
{
69
69
id : "keycloak" ,
70
70
name : "Let's Talk Tech Login" ,
71
- iss : "https://fhir-auth.inform.dev.cirg.uw.edu/fhir" ,
72
- clientId : "shl_creator" ,
71
+ iss : import . meta . env . VITE_SOF_ISS , // "https://fhir-auth.inform.dev.cirg.uw.edu/fhir",
72
+ clientId : import . meta . env . VITE_SOF_CLIENT_ID , // shl_creator
73
73
scope : keycloakScope ,
74
74
redirect_uri : SOF_REDIRECT_URI ,
75
75
note : "Credentials provided"
You can’t perform that action at this time.
0 commit comments