website/Website/appsettings.Development.json

15 lines
No EOL
280 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"database": "Server=localhost;User ID=user;Password=pass;Database=db"
},
"gitDomain": "",
"gitToken": "",
"blogApiEndpoint": ""
}