initial commit
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Port=5437;Database=vigilcare_records;Username=postgres;Password=password"
|
||||
},
|
||||
"Redis": {
|
||||
"ConnectionString": "localhost:6383"
|
||||
},
|
||||
"Seq": {
|
||||
"ServerUrl": "http://localhost:5346"
|
||||
},
|
||||
"Minio": {
|
||||
"Endpoint": "localhost:9012",
|
||||
"AccessKey": "minioadmin",
|
||||
"SecretKey": "minioadmin",
|
||||
"BucketName": "scans",
|
||||
"UseSsl": false,
|
||||
"PresignedUrlExpiryMinutes": 15
|
||||
},
|
||||
"Jwt": {
|
||||
"Secret": "VigilCareRecordsDevSecretKeyAtLeast32Chars!",
|
||||
"Issuer": "VigilCareRecords",
|
||||
"Audience": "VigilCareRecords",
|
||||
"ExpiryMinutes": 480
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.Seq" ],
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{ "Name": "Console" },
|
||||
{
|
||||
"Name": "Seq",
|
||||
"Args": {
|
||||
"serverUrl": "http://localhost:5346"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Enrich": [ "FromLogContext" ]
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user