init
This commit is contained in:
13
appsettings.json
Normal file
13
appsettings.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Loki": {
|
||||
"BaseUrl": "http://localhost:3100",
|
||||
"QueryTimeout": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user