mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 05:53:12 +00:00
14 lines
440 B
C#
14 lines
440 B
C#
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; }
|
|
|
|
//public IOnlineCodexNode? BootstrapNode { get; private set; }
|
|
//public MarketplaceInitialConfig? MarketplaceConfig { get; private set; }
|
|
}
|
|
}
|