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