Altering the Tanuki Wrapper Configuration
Please spend time reviewing all configuration files held at <EFTLink Installation dir>/wrapper/conf, as you may need to modify these files.
| Files | Description |
|---|---|
| eftlink.conf | Holds all the Tanunki and System global configuration settings required to run EFTLink. |
| include-eftlink-linux.conf | Holds settings specific to the Linux operating system. |
| include-eftlink-windows.conf | Holds setting specific to the Windows Operating System. |
For example,
By default, EFTLink is configured to use the CardRange.xml to control the card mask applied when sending a PAN. If you're intending not to use the cardrange.xml then EFTLink will fall back to its default masking rule, which can be configured within the eftlink.conf file.
wrapper.java.additional.<n>= -DEFTLink.UnmaskedPanStartLength=0
wrapper.java.additional.<n>= -DEFTLink.UnmaskedPanEndLength=4
The accepted start length range is limited to 0-8, whereas the accepted end length is limited to 0-4. By default, the entire PAN is masked except for the last four digits.