mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 09:32:04 +00:00
13 lines
179 B
YAML
13 lines
179 B
YAML
source:
|
|
type: mariadb
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:3306
|
|
database: dbname
|
|
|
|
# Credentials
|
|
username: root
|
|
password: example
|
|
|
|
# sink configs
|