Skip to content

Commit

Permalink
Update README.md (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Oct 29, 2024
1 parent 800f300 commit 21e322b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# uservice-dynconf
[![CI](https://github.com/userver-framework/uservice-dynconf/actions/workflows/ci.yml/badge.svg)](https://github.com/userver-framework/uservice-dynconf/actions/workflows/ci.yml)

The service to control [dynamic configs](https://userver-framework.github.io/dd/d2c/md_en_schemas_dynamic_configs.html) of the other userver-based services.
The service to control [dynamic configs](https://userver.tech/d5/d46/md_en_2userver_2dynamic__config.html) of the other userver-based services.

Service using postgres db version 10+

Expand Down Expand Up @@ -29,7 +29,7 @@ uservice-dynconf --config /etc/uservice-dynconf/config_vars.yaml

## HowTo configure other userver-based microservices to use uservice-dynconf

In [file `static_configs.yaml`](https://github.com/userver-framework/service_template/blob/develop/configs/static_config.yaml.in#L22) of the microservice add the following lines to connect and retrieve configurations from the `uservice-dynconf`:
In [file `static_configs.yaml`](https://github.com/userver-framework/service_template/blob/develop/configs/static_config.yaml#L26) of the microservice add the following lines to connect and retrieve configurations from the `uservice-dynconf`:
```yaml
dynamic-config-client:
# uservice-dynconf address
Expand Down

0 comments on commit 21e322b

Please sign in to comment.