mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
0c66607ed7
add user config queue offsets throttle improvements
8 lines
299 B
C#
8 lines
299 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
public class SecureAppConfig
|
|
{
|
|
public InferenceClientConfig InferenceClientConfig { get; set; } = null!;
|
|
public GpsDeniedClientConfig GpsDeniedClientConfig { get; set; } = null!;
|
|
public DirectoriesConfig DirectoriesConfig { get; set; } = null!;
|
|
} |