Update documentation to add new routes
This commit is contained in:
parent
ccf95c6f86
commit
cb4e5a19e7
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ See [config.yml.example](config.yml.example) file for an example.
|
|||
|
||||
## Internals
|
||||
|
||||
* Frontend handles HTTP or HTTPS requests on "/master" and "/replica" routes available on Patroni API
|
||||
* Frontend handles HTTP or HTTPS requests on "/primary", "/master", "/replica", "/read-write" and "/read-only" routes available on Patroni API
|
||||
* Backend requests Patroni API using HTTP or HTTPS protocol and exposes state to frontend
|
||||
* Cache implements an in-memory key-value store to cache backend responses for some time
|
||||
|
||||
## Build
|
||||
|
||||
Run `./build.sh` script and enjoy!
|
||||
Run `./build.sh` script and enjoy!
|
||||
|
|
Reference in a new issue