-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
82 lines (82 loc) · 2.62 KB
/
Copy pathappsettings.Development.json
File metadata and controls
82 lines (82 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"AzurePlatform": {
"UseAzureBlobService": true,
"AzureBlobConfigurations": [
{
"ServiceName": "Resumes",
"AccountName": "matthewsatsdata",
"PrimaryServiceUrl": "",
"ContainerName": "resumes"
}
]
},
"ClientApp": {
"ExternalApis": {
"ResumeUploadEndpoint": "http://localhost:7274/api/resumes/upload"
},
"Branding": {
"NavBrandingImage": "https://matthewsatsdata.z13.web.core.windows.net/navbar-branding.png"
},
"ResumeUploader": {
"MaxFileSize": 1048576,
"AllowedFileTypes": "application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, application/rtf, text/plain",
"AllowedFileExtensions": "*.pdf, *.doc, *.docx, *.odt, *.rtf, *.txt"
},
"LinkedinOauth": {
"ClientId": "78g5lyuo9catib",
"RedirectUri": "https://matthews-ats-staging.gdhpevhuaffrhah8.eastus.azurecontainer.io/api/v1/auth/linkedin/callback",
"Scope": "openid profile email"
}
},
"Oauth": {
"OauthConfigurations": [
{
"ServiceName": "LinkedIn",
"ServiceUris": {
"accessToken": "https://www.linkedin.com/oauth/v2/accessToken",
"userInfo": "https://api.linkedin.com/v2/userinfo"
},
"ClientId": "78g5lyuo9catib",
"RedirectUri": "https://matthews-ats-staging.gdhpevhuaffrhah8.eastus.azurecontainer.io/auth/linkedin/callback",
"Scope": "openid profile email"
}
]
},
"Logging": {
"EventLog": {
"LogLevel": {
"Default": "Information"
}
},
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.AspNetCore.SpaProxy": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Authentication": {
"Schemes": {
"Bearer": {
"ValidAudiences": [
"http://localhost:23467",
"https://localhost:44335",
"https://localhost:7017",
"http://localhost:5111"
],
"ValidIssuer": "dotnet-user-jwts"
}
}
},
"Neo4J": {
"ConnectionURL": "bolt://localhost:7687"
},
"Jwt": {
"Audience": "http://localhost:5111",
"Issuer": "http://localhost:5111"
},
"DummyData": {
"JobService": false,
"UserService": false
}
}