mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-13 12:36:29 +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";
|
|||
|
}
|
|||
|
}
|