-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
22 lines (22 loc) · 789 Bytes
/
Copy pathappsettings.json
File metadata and controls
22 lines (22 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"ConnectionStrings": {
"WebApiDatabase": "Server=tcp:assessments202202211000.database.windows.net,1433;Initial Catalog=assesments00;Persist Security Info=False;User ID=dbuser;Password=9UurR&l&3&vL;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"Logging": {
"LogLevel": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"JWT": {
"Audience": "http://localhost:4000",
"Issuer": "http://localhost:4000",
"Key": "StrONGKAutHENTICATIONKEy",
"accessTokenExpiration": 20,
"refreshTokenExpiration": 60
},
"AppSettings": {
"Secret": "StrONGKAutHENTICATIONKEy"
}
}