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