mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00
22 lines
440 B
YAML
22 lines
440 B
YAML
![]() |
source:
|
||
|
type: cockroachdb
|
||
|
config:
|
||
|
# Coordinates
|
||
|
host_port: localhost:26257
|
||
|
database: DemoDatabase
|
||
|
|
||
|
# Credentials
|
||
|
username: user
|
||
|
password: pass
|
||
|
|
||
|
# Optional: SSL configuration.
|
||
|
# options:
|
||
|
# connect_args:
|
||
|
# sslcert: "<<path to sslcert>>"
|
||
|
# sslkey: "<<path to sslkey>>"
|
||
|
# sslrootcert: "<<path to verification ca chain>>"
|
||
|
# sslmode: "verify-full"
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|