mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 05:53:12 +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";
|
|
}
|
|
}
|