24 lines
553 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|