20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "MyDB",
|
|
"module": "dbconnector",
|
|
"action": "connect",
|
|
"options": {
|
|
"client": "mysql2",
|
|
"connection": {
|
|
"host": "host.docker.internal",
|
|
"port": 9910,
|
|
"user": "training",
|
|
"password": "3qx02yqcNDOuQZUC",
|
|
"database": "db_training"
|
|
},
|
|
"tz": "utc",
|
|
"meta": {}
|
|
},
|
|
"fileName": "MyDB.json",
|
|
"actionFilePath": "file:///C:/WapplerProjects/app/modules/connections/MyDB.json",
|
|
"serverType": "node"
|
|
} |