26 lines
No EOL
754 B
JSON
26 lines
No EOL
754 B
JSON
{
|
|
"rdbms": {
|
|
"POSTGRESQL": {
|
|
"databaseName": "${DB_SUBPOENA_NAME}",
|
|
"pluginId": "POSTGRESQL",
|
|
"accessType": 0,
|
|
"hostname": "${DB_SUBPOENA_HOST}",
|
|
"password": "${DB_SUBPOENA_PASSWORD}",
|
|
"pluginName": "PostgreSQL",
|
|
"port": "${DB_SUBPOENA_PORT}",
|
|
"attributes": {
|
|
"SUPPORTS_TIMESTAMP_DATA_TYPE": "Y",
|
|
"QUOTE_ALL_FIELDS": "N",
|
|
"SUPPORTS_BOOLEAN_DATA_TYPE": "Y",
|
|
"FORCE_IDENTIFIERS_TO_LOWERCASE": "N",
|
|
"PRESERVE_RESERVED_WORD_CASE": "Y",
|
|
"SQL_CONNECT": "",
|
|
"FORCE_IDENTIFIERS_TO_UPPERCASE": "N",
|
|
"PREFERRED_SCHEMA_NAME": ""
|
|
},
|
|
"manualUrl": "",
|
|
"username": "${DB_SUBPOENA_USERNAME}"
|
|
}
|
|
},
|
|
"name": "postgres.subpoena"
|
|
} |