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).
This commit is contained in:
Arash Hatami 2025-01-22 10:05:10 +03:30 committed by GitHub
parent a9a3b399b2
commit 4f0c4c777a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"