mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-10 03:59:53 +00:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"BaseUrl": "",
|
|
"Redis": {
|
|
"ConnectionString": "",
|
|
"InstanceName": "JustShortIt"
|
|
},
|
|
"Account": {
|
|
"Username": "",
|
|
"Password": ""
|
|
}
|
|
} |