-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
25 lines (25 loc) · 863 Bytes
/
appsettings.json
File metadata and controls
25 lines (25 loc) · 863 Bytes
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
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection":"Data Source=DESKTOP-80Q6IL0\\SQLEXPRESS;Initial Catalog=NiRA Registry;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
},
"SuperSecrets": {
"Key": "This is a super secret key only known to registry managers",
"Email": "Your email here",
"Password": "Your email password here",
"SmtpHost": "smtp.emailProvider.com",
"SmtpPort": "587"
},
"Jwt": {
"Key": "userName: Disaster,[email protected],confirmPassword,role: 3}",
"Issuer": "http://localhost:5126",
"Audience": "http://localhost:5126",
"ExpireMinutes": 60
}
}