feature: RabbitMQ Notification Workers and DLQ Escalation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public sealed class MinioOptions
|
||||
{
|
||||
public const string Section = "Minio";
|
||||
public string Endpoint { get; init; } = "localhost:9005";
|
||||
public string AccessKey { get; init; } = "minioadmin";
|
||||
public string SecretKey { get; init; } = "minioadmin";
|
||||
public string BucketName { get; init; } = "vigilcare";
|
||||
public bool UseSSL { get; init; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user