Implemented node crud and status health check. Added daemon status health endpoint. Refactored project structure. Added sidebar items and ui views
This commit is contained in:
8
MoonlightServers.Daemon/Configuration/RemoteOptions.cs
Normal file
8
MoonlightServers.Daemon/Configuration/RemoteOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.Daemon.Configuration;
|
||||
|
||||
public class RemoteOptions
|
||||
{
|
||||
public string EndpointUrl { get; set; }
|
||||
public string TokenId { get; set; }
|
||||
public string Token { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user