Ready to test in Fab
This commit is contained in:
@ -2,26 +2,23 @@ using System.Text.Json;
|
||||
|
||||
namespace Barcode.Host.Server.Models;
|
||||
|
||||
public record AppSettings(string ApiExportPath,
|
||||
string ApiLoggingContentTypes,
|
||||
string ApiLoggingPathPrefixes,
|
||||
string ApiLogPath,
|
||||
string ApiUrl,
|
||||
string AttachmentPath,
|
||||
string BuildNumber,
|
||||
public record AppSettings(string BuildNumber,
|
||||
string Company,
|
||||
string ConnectionString,
|
||||
int ClearLastScanServiceAfter,
|
||||
string DeviceNameEndsWith,
|
||||
int ExpectedScanLengthA,
|
||||
int ExpectedScanLengthB,
|
||||
string GitCommitSeven,
|
||||
string InboundApiAllowedIPList,
|
||||
string LinuxDevicePath,
|
||||
bool IsDevelopment,
|
||||
bool IsStaging,
|
||||
string MockRoot,
|
||||
string MonAResource,
|
||||
string MonASite,
|
||||
string OI2SqlConnectionString,
|
||||
string OIExportPath,
|
||||
string RootPassword,
|
||||
string URLs,
|
||||
string WorkingDirectoryName)
|
||||
string WorkingDirectoryName,
|
||||
int WriteToSerialEvery)
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user