The Database tab contains the configuration parameter for the database being used to monitor the whole ScanServer.
By default, KGS ScanServer will use the H2 database which is being shipped with KGS ScanServer.
In case you require to use an external database, you may define the following parameters to your needs.
Parameter | Type | Description |
---|---|---|
DatabaseUrl | Text | Here you may enter the URL which will be used in order to connect to the database. Please note: When left blank, KGS ScanServer will use the internal H2 database. |
DatabaseUser | Text | Here you may enter the user which will be used in order to connect to the external database. Please note: When left blank, KGS ScanServer will use the internal H2 database. |
DatabasePassword | Text | Here you may enter the password associated with the user which will be used in order to connect to the external database. Please note: When left blank, KGS ScanServer will use the internal H2 database. |
DB Min Connections | Text | Here you may define the minimal amount of opened connections to the database. |
DBMaxConnections | Text | Here you may define the maximal amount of connections to the database that might be used simultaneously. |