forked from balta-io/2812
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
23 lines (23 loc) · 777 Bytes
/
appsettings.json
File metadata and controls
23 lines (23 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"Env": "dev",
"ConnectionStrings": {
"DefaultConnection": "Server=localhost,1433;Database=Blog;User ID=sa;Password=1q2w3e4r@#$"
},
"StorageConnectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=blogstorage2812;AccountKey=nh7frZdnusgmN5ek9R/q2o1VnyLoChZTYnUhtn88GJmuJBpYxjFWTGffrgLS25k2mffQmL5xVqwt+AStStuM2A==",
"JwtKey": "ZmVkYWY3ZDg4NjNiNDhlMTk3YjkyODdkNDkyYjcwOGU=",
"ApiKeyName": "api_key",
"ApiKey": "curso_api_IlTevUM/z0ey3NwCV/unWg==",
"SmtpConfiguration": {
"Host": "smtp.sendgrid.net",
"Port": "587",
"UserName": "apikey",
"Password": "suasenha"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}