added the test version of the templates for the bin/setup_test_db.sh script
This commit is contained in:
parent
8ef191c071
commit
1fc429c7fa
2 changed files with 23 additions and 0 deletions
18
livesupport/products/scheduler/etc/odbc_test_template
Normal file
18
livesupport/products/scheduler/etc/odbc_test_template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[ls_database]
|
||||||
|
Description = the LiveSupport database at PostgreSQL
|
||||||
|
Driver = PostgreSQL
|
||||||
|
Trace = No
|
||||||
|
TraceFile = /tmp/sql.log
|
||||||
|
Database = LiveSupport-test
|
||||||
|
Servername = localhost
|
||||||
|
Username =
|
||||||
|
Password =
|
||||||
|
Port = 5432
|
||||||
|
Protocol = 6.4
|
||||||
|
ReadOnly = No
|
||||||
|
RowVersioning = No
|
||||||
|
ShowSystemTables = No
|
||||||
|
ShowOidColumn = No
|
||||||
|
FakeOidIndex = No
|
||||||
|
ConnSettings =
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[PostgreSQL]
|
||||||
|
Description = PostgreSQL driver
|
||||||
|
Driver = /usr/lib/libodbcpsql.so
|
||||||
|
Setup = /usr/lib/libodbcpsqlS.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue