UNPKG

@itentialopensource/adapter-db_mysql

Version:
34 lines 693 B
{ "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 }