mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 14:03:09 +00:00
13 lines
312 B
C#
13 lines
312 B
C#
|
|
using KubernetesWorkflow;
|
|||
|
|
|
|||
|
|
namespace DistTestCore.Codex
|
|||
|
|
{
|
|||
|
|
public class CodexStartupConfig
|
|||
|
|
{
|
|||
|
|
public Location Location { get; set; }
|
|||
|
|
public CodexLogLevel? LogLevel { get; set; }
|
|||
|
|
public ByteSize? StorageQuota { get; set; }
|
|||
|
|
public bool MetricsEnabled { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|