mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-03 23:28:11 +00:00
21 lines
393 B
YAML
21 lines
393 B
YAML
source:
|
|
type: mariadb
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:3306
|
|
database: dbname
|
|
|
|
# Credentials
|
|
username: root
|
|
password: example
|
|
|
|
# If you need to use SSL with MariaDB:
|
|
# options:
|
|
# connect_args:
|
|
# ssl_ca: "path_to/server-ca.pem"
|
|
# ssl_cert: "path_to/client-cert.pem"
|
|
# ssl_key: "path_to/client-key.pem"
|
|
|
|
|
|
# sink configs
|