From d3705a820fb2b31b6de585c0fed8d7fe2ec57f74 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 29 Oct 2024 12:03:53 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981c0d1..ed897ad 100644 --- a/README.md +++ b/README.md @@ -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+ @@ -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