mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-07 07:53:05 +00:00
8 lines
156 B
C#
8 lines
156 B
C#
|
|
namespace KubernetesWorkflow
|
|||
|
|
{
|
|||
|
|
public static class PublicIpService
|
|||
|
|
{
|
|||
|
|
public static string Address { get; } = "ip.codex.storage";
|
|||
|
|
}
|
|||
|
|
}
|