/usr/share/doc/opendbx/odbxtest.site is in opendbx-utils 1.4.6-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #
# OpenDBX regression test
#
# This file contains the backends to test and the database
# parameter which should be used for each test
#
# Backends to test
ODBXTEST_BACKENDS="sqlite3"
SQLITE3_HOST="../debian/"
SQLITE3_PORT=""
SQLITE3_DATABASE="testdb"
SQLITE3_USERNAME=""
SQLITE3_PASSWORD=""
|