Files
URL-Shortener/URL-Shortener/appsettings.json
T

17 lines
369 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=appdb;Username=postgres;Password=app"
},
"AuthSettings": {
"SecretKey": "mysecretkeyqwertyuiopasdfghjklzxcvbnm",
"Expires": "00:01:00"
}
}