2
0
mirror of synced 2025-01-12 09:34:40 +00:00
2023-11-23 14:15:37 +01:00

8 lines
156 B
C#

namespace KubernetesWorkflow
{
public static class PublicIpService
{
public static string Address { get; } = "ip.codex.storage";
}
}