-
Notifications
You must be signed in to change notification settings - Fork 0
/
connection.postgresql.xml
38 lines (35 loc) · 1.07 KB
/
connection.postgresql.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0_04" class="java.beans.XMLDecoder">
<object class="com.osframework.datalibrary.common.ConnectionProperty">
<void property="accessSequence">
<int>0</int>
</void>
<void property="active">
<boolean>true</boolean>
</void>
<void property="connectionType">
<string>Jdbc</string>
</void>
<void property="connectToURL">
<boolean>true</boolean>
</void>
<void property="driverClass">
<string>org.postgresql.Driver</string>
</void>
<void property="environment">
<string>Postgresql 8.1 OSRMT DB</string>
</void>
<void property="url">
<string>jdbc:postgresql://localhost:5432/osrmt</string>
</void>
<void property="unicodeConnection">
<boolean>true</boolean>
</void>
<void property="username">
<string>osrmt</string>
</void>
<void property="password">
<string>osrmt</string>
</void>
</object>
</java>