We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 564b400 + 6dafb6f commit c24295bCopy full SHA for c24295b
1 file changed
engine/configs/config.example.logical_generic.yml
@@ -73,7 +73,7 @@ retrieval: # Data retrieval: initial sync and ongoing updates. Two methods:
73
type: remote # Source types: "local", "remote", "rdsIam"
74
connection: # Database connection parameters; use PGPASSWORD env var for password
75
dbname: postgres
76
- host: 34.56.78.90
+ host:
77
port: 5432
78
username: postgres
79
password: postgres # Use PGPASSWORD env var instead (higher priority)
0 commit comments