Files
Servers/MoonlightServers.Daemon/ServerSystem/Docker/DockerConstants.cs

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}";
}