Skip to content

Commit 4075fde

Browse files
refactor: added appsettings.json
1 parent 16a57bc commit 4075fde

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"Services": {
3+
"Auth": "http://localhost:5001",
4+
"Courses": "http://localhost:5002",
5+
"Notifications": "http://localhost:5006",
6+
"Solutions": "http://localhost:5007",
7+
"Content": "http://localhost:5008"
8+
},
9+
"Security": {
10+
"SecurityKey": "U8_.wpvk93fPWG<f2$Op[vwegmQGF25_fNG2V0ijnm2e0igv24g"
11+
},
12+
"StudentsInfo": {
13+
"Login": "",
14+
"Password": "",
15+
"LdapHost": "ad.pu.ru",
16+
"LdapPort": 389,
17+
"SearchBase": "DC=ad,DC=pu,DC=ru"
18+
},
19+
"LtiPlatform": {
20+
"Issuer": "http://localhost:5000",
21+
"OidcAuthorizationEndpoint": "http://localhost:5000/api/lti/authorize",
22+
"DeepLinkReturnUrl": "http://localhost:5000/api/lti/deepLinkReturn",
23+
"JwksEndpoint": "http://localhost:5000/api/lti/jwks",
24+
"ResourceLinkReturnUrl": "http://localhost:5000/api/lti/closeLtiSession",
25+
"AssignmentsGradesEndpoint": "http://localhost:5000/api/lti/lineItem",
26+
"AccessTokenUrl": "http://localhost:5000/api/lti/token",
27+
"SigningKey": {
28+
"KeyId": "",
29+
"PrivateKeyPem": ""
30+
}
31+
},
32+
"LtiTools": [
33+
{
34+
"id": 1,
35+
"name": "",
36+
"clientId": "",
37+
"initiateLoginUri": "",
38+
"launchUrl": "",
39+
"deepLinking": ""
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)