feat: parse cluster and jetstream config blocks
This commit is contained in:
8
src/NATS.Server/Configuration/GatewayOptions.cs
Normal file
8
src/NATS.Server/Configuration/GatewayOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NATS.Server.Configuration;
|
||||
|
||||
public sealed class GatewayOptions
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public string Host { get; set; } = "0.0.0.0";
|
||||
public int Port { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user