1.34 xestiascan_output_config

xestiascan_output_config outputs a new configuration file using the settings passed to it as a hash.

Parameters:

xestiascan_output_config(options);


Usage:

xestiascan_output_config(%options);


options
Specifies the new settings as a hash. The settings accepted are:

Setting Description
ImagesURIPath Specifies the URI path of the images directory (used for graphics to make the page look more pleasing).
ScansURIPath Specifies the URI path of the scans directory.
ScansFSPath Specifies the filesystem path of the scans directory.
DateTimeFormat Specifies the date and time format to use.
SystemLanguage Specifies the language to use for Xestia Scanner Server.
PresentationModule Specifies the presentation module to use.
AuthModule Specifies the authentication module to use.
OutputModule Specifies the output module to use.
DatabaseServer Specifies the address of the database server to use.
DatabasePort Specifies the port to use to connect to the database server.
DatabaseProtocol Specifies the protocol to use to connect to the database server.
DatabaseSQLDatabase Specifies the name of the database to use.
DatabaseUsername Specifies the username to use for authenticating on the database server.
DatabasePassword Specifies the password to use for authenticating on the database server.
DatabasePasswordKeep Specifies if the existing password for authenticating on the database server should be kept.
DatabaseTablePrefix Specifies the table prefix to use.