Files
PepApi.Core/PepApi.Core/appsettings.json
2025-10-27 18:48:23 -04:00

24 lines
553 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"PepDB": "data source=REMCOSRV0\\RWS64;initial catalog=PEP;integrated security=True;MultipleActiveResultSets=True;TrustServerCertificate=True"
},
"PepSettings": {
"NestDirectory": "\\\\REMCOSRV0\\PEP Nest",
"MaterialsFile": "C:\\Pep\\PEP2012\\CONFIG\\material.lfn"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:8085"
}
}
}
}