From 4f0c4c777aaa088f116c5c07c6aa03b6a1be8aff Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Wed, 22 Jan 2025 10:05:10 +0330 Subject: [PATCH] README - Change default HTTP port (#375) Update the example HTTP port in the configuration sample to match other query/cli examples in the README file. All examples used port `8080`, but we have `8084` in the configuration example. This is not a major issue, but if the ports are the same everywhere, it will be easier for new users to run the project and test the examples. The main documentation has also been updated in [this PR](https://github.com/roapi/docs/pull/21). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eabe58..b7b663c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ advanced format specific table options: ```yaml addr: - http: 0.0.0.0:8084 + http: 0.0.0.0:8080 postgres: 0.0.0.0:5433 tables: - name: "blogs"