Skip to content

Commit 6dafb6f

Browse files
NikolaySagneum
authored andcommitted
Remove weird "34.56.78.90" host from default config
1 parent 6844c30 commit 6dafb6f

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)