7 lines
212 B
C#
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";
|
|
} |