mirror of
https://github.com/ryzij/URL-Shortener.git
synced 2026-07-14 03:56:58 +00:00
17 lines
369 B
JSON
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"
|
|
}
|
|
}
|