Files
BeWoPlaner/Service/BeWoServiceEnums.cs

37 lines
613 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeWo.Service
{
public enum WebConfigSetting
{
OpenWebUIUrl,
XRechnungApiUrl,
StoredFilesFolderPath,
StoredTenantFilesFolderPath,
HelloWorldPdfLocation,
ServiceLogFilePath,
WCFErrorLogFilePath,
JsonErrorLogFilePath,
ApiServiceTestFilePath
}
public enum WebSecretConfigSetting
{
OpenWebUIKey,
GetGkvSumApiKey,
DownloadReportApiKey,
OpenrouteServiceApiKey,
GoogleDistanceMatrixApiKey,
GkvSecretKey,
}
public enum IPAddressList
{
AdminApi
}
}