| 1 |
<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
|---|
| 2 |
<connectiondefs xmlns="http://www.dabodev.com" |
|---|
| 3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 4 |
xsi:schemaLocation="http://www.dabodev.com conn.xsd" |
|---|
| 5 |
xsi:noNamespaceSchemaLocation = "http://dabodev.com/schema/conn.xsd"> |
|---|
| 6 |
|
|---|
| 7 |
<connection dbtype="PostgreSQL"> |
|---|
| 8 |
<name>tsTestCon</name> |
|---|
| 9 |
<host>localhost</host> |
|---|
| 10 |
<database>test</database> |
|---|
| 11 |
<user>aklaver</user> |
|---|
| 12 |
<password>T86ID4V67G7ERBFU7A</password> |
|---|
| 13 |
<port>5432</port> |
|---|
| 14 |
</connection> |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
</connectiondefs> |
|---|