-
Notifications
You must be signed in to change notification settings - Fork 0
/
DASHBOARD_DB.kdb
24 lines (24 loc) · 1.32 KB
/
DASHBOARD_DB.kdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<connection>
<name>DASHBOARD_DB</name>
<server>${DASHBOARD_DB_RW}</server>
<type>POSTGRESQL</type>
<access>Native</access>
<database>${DASHBOARD_DB_RW_NAME}</database>
<port>${DASHBOARD_DB_RW_PORT}</port>
<username>${DASHBOARD_DB_RW_USER}</username>
<password>${DASHBOARD_DB_RW_PWD}</password>
<servername/>
<data_tablespace/>
<index_tablespace/>
<attributes>
<attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
<attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
<attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
<attribute><code>PORT_NUMBER</code><attribute>${DASHBOARD_DB_RW_PORT}</attribute></attribute>
<attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
<attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
<attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
<attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
<attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
</attributes>
</connection>