1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-16 18:34:30 +02:00

update readme

This commit is contained in:
Umputun 2021-05-13 01:49:18 -05:00
parent d438f89b1a
commit 144902dd2f

View File

@ -104,7 +104,7 @@ This is a dynamic provider and any change in container's status will be applied
Use: `reproxy --consul-catalog.enabled`
Consul Catalog provider periodically (every second by default) calls Consul API for obtaining services, which has any tag with `reproxy.` prefix. User can redefine check interval with `--consul-catalog.interval` command line flag as well as consul address with `--consul-catalog.address` command line option. The default address is `http://127.0.0.1:8500`.
Consul Catalog provider calls Consul API periodically (every second by default) to obtaini services, which has any tag with `reproxy.` prefix. User can redefine check interval with `--consul-catalog.interval` command line flag as well as consul address with `--consul-catalog.address` command line option. The default address is `http://127.0.0.1:8500`.
For example:
```