start a big rework
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Pilz.Cryptography;
|
||||
|
||||
namespace Pilz.Updating.Administration.Integrations;
|
||||
|
||||
public class GitLabSnippetConfig
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public string GitLabUrl { get; set; }
|
||||
public SecureString PersonalAccessToken { get; set; }
|
||||
public int ProjectId { get; set; }
|
||||
public int SnippetId { get; set; }
|
||||
public string SnippetFilePath { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user