mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
22 lines
436 B
YAML
22 lines
436 B
YAML
source:
|
|
type: postgres
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:5432
|
|
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
|