Skip to content

Commit efe2b8f

Browse files
refactor: update appsettings.json
1 parent cb091b0 commit efe2b8f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

HwProj.APIGateway/HwProj.APIGateway.API/appsettings.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131
},
3232
"LtiTools": [
3333
{
34-
"id": 1,
35-
"name": "",
36-
"Issuer": "",
37-
"clientId": "",
38-
"JwksEndpoint": "",
39-
"initiateLoginUri": "",
40-
"launchUrl": "",
41-
"deepLinking": ""
34+
"name": "Local Mock Tool",
35+
"Issuer": "Local Mock Tool",
36+
"clientId": "mock-tool-client-id",
37+
"JwksEndpoint": "http://localhost:5000/api/mocktool/jwks",
38+
"initiateLoginUri": "http://localhost:5000/api/mocktool/login",
39+
"launchUrl": "http://localhost:5000/api/mocktool/callback",
40+
"deepLinking": "http://localhost:5000/api/mocktool/callback"
4241
}
4342
]
4443
}

0 commit comments

Comments
 (0)