Skip to content

Commit ec3a9e3

Browse files
authored
update default HTTP port in config example (#21)
1 parent 5378339 commit ec3a9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ advanced format specific table options. For example:
88
```yaml
99
addr:
1010
# binding address for TCP port that speaks HTTP protocol
11-
http: 0.0.0.0:8084
11+
http: 0.0.0.0:8080
1212
# binding address for TCP port that speaks Postgres wire protocol
1313
postgres: 0.0.0.0:5432
1414
tables:

0 commit comments

Comments
 (0)