2
0
mirror of synced 2025-01-15 11:04:10 +00:00

8 lines
156 B
C#
Raw Normal View History

2023-11-23 14:15:37 +01:00
namespace KubernetesWorkflow
{
public static class PublicIpService
{
public static string Address { get; } = "ip.codex.storage";
}
}