Help > Configure > What is a settings file? > Attributes and values

Attributes and values

Section details

The following table specifies the section and attribute names that administrator can use with Perceptive Experience.

[Web Connection Profile]

Attribute name

[Name of web connection profile]

Value

http://127.0.0.1:8080/web

Example

Development=http://127.0.0.1:8080/web

Test=http://127.0.0.2:8080/web

 

 

[Log Settings]

Attribute name

Email

loggingButtonState

Value

A valid email ID like testaccount@outlook.com

loggingButtonState=true or false. These values are case-insensitive.

Example

Email=http://127.0.0.1:8080/integrationserver

 

[URL Decryption Settings]

Attribute name

Key

Value

testkey

 

Example

Key={testkey}

 

 

[CaptureSettings]

 

Attribute name

capture_source_photogallery.format

Value

JPG

PNG

NOTE  These values are case-insensitive.

Example

capture_source_photogallery.format=JPG

Attribute name

capture_source_camera.format

Value

JPG

PNG

NOTE  These values are case-insensitive.

Example

capture_source_camera.format=PNG

Attribute name

capture_source_camera.size

Value

Actual

Large

Medium

Small

NOTE  The availability of these values depends on your device’s camera settings. These values are case-insensitive.

Example

capture_source_camera. size=Actual

Attribute name

AccessPhotoGallery

Value

true

false

NOTE  These values are case-insensitive.

Example

AccessPhotoGallery=false

 

[Update]

Attribute name

RestoreBaseVersion, UpdateURL

Value

RestoreBaseVersion can take Boolean values like TRUE or FALSE.

If RestoreBaseVersion is TRUE then on reading the settings file, application restores to the base version and all the current data is lost. You can reset the application in this way.

If RestoreBaseVersion is FALSE then on reading the settings file, application does not make any changes.

URL takes valid URL of the server from where updates are downloaded.

This URL must point to a JSON file which contains the name of the archive file containing package apps or directly zip file name containing package apps.

 

Example

[Update]

UpdateURL=http://10.195.6.107:8080/updates/web.zip

RestoreBaseVersion=true

OR

[Update]

UpdateURL=http://10.195.6.107:8080/updates/downloadinfo.json

RestoreBaseVersion=true

Related topics

  1. Create a settings file
  2. Sample settings.ini file