some background code for manager workspaces
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using ModpackUpdater.Apps.Manager.Api.Model;
|
||||
using Pilz.Configuration;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
|
||||
|
||||
internal class GitLabRepoWorkspaceConfig : WorkspaceConfig
|
||||
{
|
||||
public string InstanceUrl { get; set; } = "https://gitlab.com";
|
||||
public string? ApiToken { get; set; }
|
||||
public long RepoId { get; set; } = -1L;
|
||||
public string RepoBranche { get; set; } = "master";
|
||||
}
|
||||
Reference in New Issue
Block a user