
1 changed files with 10 additions and 19 deletions
@ -1,19 +1,10 @@ |
|||||
{ |
{ |
||||
"ConnectionStrings": { |
"Logging": { |
||||
"MySQLDatabase": "server=mysql;database=covidok;user=covidok;password=covidok", |
"LogLevel": { |
||||
"RedisHost": "redis:6379" |
"Default": "Information", |
||||
}, |
"Microsoft": "Warning", |
||||
"MinioSettings": { |
"Microsoft.Hosting.Lifetime": "Information" |
||||
"HostName": "minio", |
} |
||||
"AccessKey": "secretaccesskey", |
}, |
||||
"SecretKey": "secretsecretkey" |
"AllowedHosts": "*" |
||||
}, |
} |
||||
"Logging": { |
|
||||
"LogLevel": { |
|
||||
"Default": "Information", |
|
||||
"Microsoft": "Warning", |
|
||||
"Microsoft.Hosting.Lifetime": "Information" |
|
||||
} |
|
||||
}, |
|
||||
"AllowedHosts": "*" |
|
||||
} |
|
||||
|
Loading…
Reference in new issue