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.
17 lines
468 B
17 lines
468 B
8 years ago
|
# 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::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::2::user = admin
|
||
|
database::2::password = Initial1
|
||
|
database::2::ping_before_connect = 1
|