Help > Configure > About 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

 

 

This is a sample of settings.ini file.

[Web Connection Profile]

Productionserver=http://127.0.0.1:8080/web

Developmentserver=http:// 127.0.0.2:8080/web

Testserver=http://127.0.0.1:8443/web

 

[Log Settings]

Email=testaccount@outlook.com

 

[URL Decryption Settings]

Key={testkey}

 

[CaptureSettings]

capture_source_photogallery.format=JPG

capture_source_camera.format=PNG

capture_source_camera.resolution=Small

AccessPhotoGallery=false

Related topics

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