Import from internal git
This commit is contained in:
15
Core/Settings/DockerImagesConfig.cs
Normal file
15
Core/Settings/DockerImagesConfig.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Core.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// This class gathers docker images
|
||||
/// </summary>
|
||||
public class DockerImagesConfig
|
||||
{
|
||||
|
||||
public string JavascriptImage { init; get; } = "";
|
||||
public string OpenApiGeneratorImageName { init; get; } = "";
|
||||
public string OpenApiGeneratorVersion { init; get; } = "";
|
||||
public string OpenApiGeneratorImage { init; get; } = "";
|
||||
public string DotnetSdkImage { init; get; } = "";
|
||||
public string JavaImage { init; get; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user