patbef-ServiceInside/WakeUp/bin/Release/appsettings.json

28 lines
2.2 KiB
JSON
Raw Normal View History

2024-01-29 16:26:54 +01:00
{
"Log": {
"Type": "DEBUG", // Log type (Available: INFO, ERROR, DEBUG, CRITICAL)
"Path": "c:\\tmp\\inside", // Directory, where the log files should be written
"SmtpServer": "172.21.6.12", // Smtp server for mailing function
"SmtpPort": 25, // Smtp port for mailing function
"SmtpSSL": false, // Flag of ssl using for smtp server
"SmptUsername": null, // Please use encrypted value from PasswortEncryptor.exe
"SmptPassword": null, // Please use encrypted value from PasswortEncryptor.exe
"SmtpSenderEmail": "pba@labor-stein.de", // Sender email address of mailing function
"SmtpSenderName": "pba2(inside)", // Sender name of mailing function
"SmtpRecipients": "iabetschkhrischwili@labor-stein.de" // List of recipients separated by ; to get the sent mails from service
},
"CleanUpDays": 30, // Days to clean up all of results inkl. files and database records without device udid<69>s
"PrivateDirectory": "c:\\pba\\private", // private data directory, where the ack & hl7 data are stored
"PublicDirectory": "c:\\pba\\public", // public data directory, where the encryptef files are stored
"MaxWorkerThreads": 10, // Max sub threads for ack. and hl7 data read & writer
"MaxTryNotFoundResults": 2, // Number of tries to check not found results
"CheckIntervalNotFoundResultsInMinutes": 1440, // Time interval in minutes to check not found results again
"ServiceOutsideIP": "172.21.16.98", // IP of service outside to whitelist for communication (trusted header)
"ServiceOutsideURL": "https://mg-v-pba1", // URL of service outside to call api functions
"ServiceInsideURL": "https://mg-v-pba2", // URL of service inside to call api functions and to try wake up from idle state
"ConnectionStrings": { // connection strings to database. Important its recommended to store this value as encrypted hash s. PasswordEncryptor.exe
"default": "prod", // types of connection string to database
"prod": "OjElvj91uGwskyKs73LY6oJ7BzmCk6gqhYdFm2UQkVlUHJHPrbrnnHCJXDpDfMBox0PPwQwo4+JrOgRa5naCcJ6f+3k/AR60KuNVZpuY7iL+++br+NNP4v3ze8jX5mE8Iaj5MG1+0Zo+cCPFdOhSCzK6GG50oBk2jDeTadxspjdRa6jUr6M=", // Please use encrypted value from PasswortEncryptor.exe
"dev": ""
}
}