Files
fab-approval-worker-service/FabApprovalWorkerService/appsettings.Development.json
2024-03-19 13:53:43 -07:00

16 lines
365 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Default": "Data Source=D:\\FabApprovalWorkerService\\LocalDb.db"
},
"MonIn": {
"resource": "FAB_APPROVAL_WORKER_SERVICE_MES_OP_FE_TEST",
"workerUrl": "https://mestsa008.infineon.com:7851/"
}
}