diff --git a/pages/products/flexberry-servicebus/fsb_installation.en.md b/pages/products/flexberry-servicebus/fsb_installation.en.md index e090fbfa2..36e49b517 100644 --- a/pages/products/flexberry-servicebus/fsb_installation.en.md +++ b/pages/products/flexberry-servicebus/fsb_installation.en.md @@ -54,6 +54,7 @@ Additionally ### * The downloading of containers: all containers will be downloaded when you first start. * Set up containers: [replace Web.config for the administrative application bus](fsb_editor.html), [replacement App.Config for the service bus](fsb_service.html). +* For the administration application, the database connection string can be set via the environment variable `ESB_CONNECTION_STRING` (for example, in Docker Compose configuration file). * Running containers: to start you want to run the command file [start-flexberry-service-bus.cmd](https://github.com/Flexberry/NewPlatform.Flexberry.ServiceBus/blob/develop/Docker/start-flexberry-service-bus.cmd). * Stop containers: diff --git a/pages/products/flexberry-servicebus/fsb_installation.ru.md b/pages/products/flexberry-servicebus/fsb_installation.ru.md index 9a92daa0f..53fff689c 100644 --- a/pages/products/flexberry-servicebus/fsb_installation.ru.md +++ b/pages/products/flexberry-servicebus/fsb_installation.ru.md @@ -52,6 +52,7 @@ $client.DownloadFile("$downloadPath/stop-flexberry-service-bus.cmd", "$pwd\stop- * Скачивание контейнеров: все необходимые контейнеры будут загружены при первом запуске. * Настройка контейнеров: [замена Web.config для административного приложения шины](fsb_editor.html), [замена App.Config для сервиса шины](fsb_service.html). +* Для административного приложения шины строку подключения к базе данных можно задать через переменную окружения `ESB_CONNECTION_STRING` (например, в файле конфигурации Docker Compose). * Запуск контейнеров: для старта требуется выполнить командный файл [start-flexberry-service-bus.cmd](https://github.com/Flexberry/NewPlatform.Flexberry.ServiceBus/blob/develop/Docker/start-flexberry-service-bus.cmd). * Остановка контейнеров: