mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.CommonSecurity.DTO;
|
||||
|
||||
public class ApiConfig
|
||||
{
|
||||
public string Url { get; set; } = null!;
|
||||
public int RetryCount {get;set;}
|
||||
public double TimeoutSeconds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user