Skip to content

Commit c24295b

Browse files
committed
Merge branch 'nik-denis-empty-host-in-config' into 'master'
Remove weird "34.56.78.90" host from default config See merge request postgres-ai/database-lab!1046
2 parents 564b400 + 6dafb6f commit c24295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/configs/config.example.logical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ retrieval: # Data retrieval: initial sync and ongoing updates. Two methods:
7373
type: remote # Source types: "local", "remote", "rdsIam"
7474
connection: # Database connection parameters; use PGPASSWORD env var for password
7575
dbname: postgres
76-
host: 34.56.78.90
76+
host:
7777
port: 5432
7878
username: postgres
7979
password: postgres # Use PGPASSWORD env var instead (higher priority)

0 commit comments

Comments
 (0)