@itentialopensource/adapter-db_mysql
Version:
Itential adapter to connect to mysql
34 lines • 693 B
JSON
{
"id": "mysql",
"type": "MySQL",
"brokers": [],
"groups": [],
"properties": {
"database": "your database name",
"host": "localhost",
"port": 3306,
"authentication": {
"dbAuth": false,
"username": "username",
"password": "password"
},
"ssl": {
"enabled": false,
"accept_invalid_cert": false,
"ca_file": ""
},
"connectionOptions": {
"connectTimeout": 10000,
"acquireTimeout": 10000,
"waitForConnections": true,
"connectionLimit": 10,
"queueLimit": 0
},
"healthcheck": {
"type": "intermittent",
"frequency": 60000
}
},
"logLevel": "none",
"timeout": 60000
}