You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
887 B
23 lines
887 B
# This is the main Striker (and ScanCore) configuration file. |
|
# |
|
|
|
database::1::host = 192.168.122.201 |
|
database::1::port = 5432 |
|
database::1::name = scancore |
|
database::1::core_sql = /etc/scancore/scancore.sql |
|
database::1::user = admin |
|
database::1::password = Initial1 |
|
database::1::ping_before_connect = 1 |
|
|
|
database::2::host = an-striker02.alteeve.com |
|
database::2::port = 5432 |
|
database::2::name = scancore |
|
database::1::core_sql = /etc/scancore/scancore.sql |
|
database::2::user = admin |
|
database::2::password = Initial1 |
|
database::2::ping_before_connect = 1 |
|
|
|
# This puts a limit on how many queries (writes, generally) to make in a single batch transaction. This is |
|
# useful when doing very large transacions, like resync'ing a large table, by limiting how long a given |
|
# transaction can take and how much memory is used. |
|
database::general::maximum_batch_size = 25000
|
|
|