Implemented restorer, runtime and dummy statistics. Added service registering and fixed server factory. Moved logger to server context
This commit is contained in:
@@ -2,6 +2,6 @@ namespace MoonlightServers.Daemon.ServerSystem.Docker;
|
||||
|
||||
public static class DockerConstants
|
||||
{
|
||||
public const string RuntimeNameTemplate = "monnlight-runtime-{0}";
|
||||
public const string InstallationNameTemplate = "monnlight-installation-{0}";
|
||||
public const string RuntimeNameTemplate = "moonlight-runtime-{0}";
|
||||
public const string InstallationNameTemplate = "moonlight-installation-{0}";
|
||||
}
|
||||
Reference in New Issue
Block a user