1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-19 17:28:59 +00:00
just-short-it/appsettings.json
2023-04-15 15:40:46 +02:00

18 lines
353 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"BaseUrl": "",
"Redis": {
"ConnectionString": "",
"InstanceName": "JustShortIt"
},
"Account": {
"Username": "",
"Password": ""
}
}