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