Files
Servers/MoonlightServers.Daemon/Configuration/LocalStorageOptions.cs

7 lines
212 B
C#

namespace MoonlightServers.Daemon.Configuration;
public class LocalStorageOptions
{
public string InstallPath { get; set; } = "/data/install";
public string RuntimePath { get; set; } = "/data/runtime";
}