...
| Key | Values | Description | Comment |
|---|---|---|---|
| LogState | On, Off | Toggle for logging | |
| LogType | FILE | Type of logging | |
| LogLevel | ALL | What kind of information to log | |
| FullXmlLog | TRUE/FALSE | If true, then logs the full xml reveived to the log file. (Helpfull for debugging but takes a log of space in the log file) | |
| IpWhiteListing | TRUE/FALSE | If the service runs whitelisting (This is done in azure for now) | |
| IpWhitelistingCooldown | n | When to retrieve valid ip adresses for the whitelisting | |
| InputValidation | TRUE/FALSE | Validate the input comming from SonWin | |
| ApiCommunicationType | PRODUCTION/DEBUG | Send data to the integration api for production. (Adding to the database etc, DEBUG is only used when developing) | |
| ApiCommunication | TRUE/FALSE | Not used | |
| ApiBaseAdress | URL | The adresse of the endpoint to communicate to (Integration Api) | |
| ApiExceptionHandling | TRUE/FALSE | If true then the service will throw an exception to the client if anything goes wrong, causing the client to try to resend the message. | |
| IntegrationApiToken | String token | This is the token that have to be used forwhen communicating to the integration api. The service will not function without it. |
Comments:
-Will be removed as the log types available for this application ended up being just this pone type.
...