Server Configuration
There are several configuration options after you have successfully finished the MobbID server instance installation.
All the available settings file are available in the cfg
folder in the installation directory mobb-id-work
|-- cfg
| |-- database
| | `-- jdbc.properties
| |-- face
| | `-- face.properties
| |-- fingerprint
| | `-- fingerprint.properties
| |-- iris
| | `-- iris.properties
| |-- logback.xml
| |-- settings.properties
| |-- signature
| | `-- signature.properties
| |-- voice
| | |-- ComputeTest.cfg
| | |-- EnergyDetector.cfg
| | |-- NormFeat_energy.cfg
| | |-- NormFeatures.cfg
| | |-- TrainTarget.cfg
| | `-- voice.properties
| `-- voice_face
| `-- voice_face.properties
|-- changelog.txt
|-- database
|-- lib
|-- lic
|-- samples
`-- webapp
Each configuration file (.properties, .cfg and .xml) lets you tweak some aspect of the system. As you can see there is one .properties file per technology and some other general files:
- logback.xml: It lets you tweak the log files from the app (configured in INFO level by default). You will have two different log files:
- "mobb-id.YYYY-MM-dd.i.log": log statements not directly associated with your license.
- "your-license-uuid.YYYY-MM-dd.i.log". all log statements from the user's operation, registrations, verifications, etc.
- settings.properties: General settings of the system:
- "token_timeout": Availability time (in seconds) for the token issued by the system such as the user creation's token needed for the confirmation operation.
- "license_path": Path to look for the licenses file.
- "debug_mode": If you enable this settings more logging would be available and the received samples would be stored for reviewing.
- "predefined_user_id": If true, this let's you inform the userId in the user's creation. If false, the system would ignore the received userId and generate a random UUID as the userId.
- face.properties: It lets you change the amount of "faces" needed to build a registration profile, a verification profile, the minimum quality of a received face, etc.
- ...
Warning: Please consult with your technical support before changing any of the settings to avoid undesired effects on the system.