7 lines
247 B
C#
7 lines
247 B
C#
namespace MoonlightServers.Daemon.ServerSystem.Docker;
|
|
|
|
public static class DockerConstants
|
|
{
|
|
public const string RuntimeNameTemplate = "monnlight-runtime-{0}";
|
|
public const string InstallationNameTemplate = "monnlight-installation-{0}";
|
|
} |