UniPay Properties Definition


Property Location Types:


Database run-time property used by the application and stored within a database
Filerun-time property used by the application and stored within a file
Buildbuild-time property used by the application and stored within a file

Available Properties for gradle.properties:



Property Definitions for gradle.properties:


appId   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Application id, which is used by a POS system to connect to a terminal.
appName   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Name of the terminal application, which is displayed on the App Store.
debugLogEnabled   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Indicates, whether debug log is enabled or not. Always “false” in the production environment.
gatewayBuildVersion   
Added On:  01/25/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Head revision of the terminal application in the Git source code repository.
inputProfilesPath   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Relative path to the directory, in which profiles, used for terminal initialization, are generated.
outputProfilesPath   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Relative path to the directory, in which profiles, used for terminal initialization, are copied before build of the application occurs.
profiles   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
List of the terminal initialization profiles to be included in to build of the terminal application.
signingFile   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Keystore file, used for signing of the terminal application during the build process.
signingPassword   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Password, used for signing of the application.
terminalBuildVersion   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Version of the terminal application, released on the App Store.
terminalVersionCode   
Added On:  02/18/21
Legacy Name:  
Group:  
Status:  Active
Attributes:  
Code, used for application publishing on the App Store. The value is incremented with each new publishing.