Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"classname": "org.postgresql.Driver",
|
||||
"defaultPropInstructions": "No extra connection parameters are recommended for PostgreSQL. For possible parameter values, see the documentation at \u003ca href\u003d\u0027http://jdbc.postgresql.org\u0027\u003ethe PostgreSQL JDBC driver website\u003c/a\u003e.",
|
||||
"defaultProps": "",
|
||||
"defaultTranslator": "POSTGRES",
|
||||
"defaultValidationQuery": "SELECT 1",
|
||||
"type": "POSTGRES",
|
||||
"urlFormat": "jdbc:postgresql://localhost:5432/postgres",
|
||||
"urlInstructions": "\u003cbr/\u003eThe format of the PostgreSQL connect URL is:\u003cbr/\u003e\u003ccode\u003ejdbc:postgresql://\u003cb\u003ehost\u003c/b\u003e:\u003cb\u003eport\u003c/b\u003e/\u003cb\u003edatabase\u003c/b\u003e\u003c/code\u003e\u003cbr/\u003eWith the three parameters (in bold) \u003cul style\u003d\"list-style-type:none;margin-left:10px;\"\u003e\u003cli\u003e\u003cb\u003ehost\u003c/b\u003e: The host name or IP address of the database server.\u003c/li\u003e\u003cli\u003e\u003cb\u003eport\u003c/b\u003e: The port that the database server is running on. PostgreSQL default port is \u003cb\u003e5432\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003edatabase\u003c/b\u003e: The name of the logical database that you are connecting to on the PostgreSQL server.\u003c/li\u003e\u003c/ul\u003e"
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"description": "The official PostgreSQL JDBC Driver.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"postgresql-42.3.3.jar"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:12Z"
|
||||
},
|
||||
"uuid": "7608be9e-90f9-4eef-b6a9-cc7cf0d87dce",
|
||||
"lastModificationSignature": "14feceba64378faae0081148af2fda2a3eba5161b45eb528ddce502632db1797",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user