From 2e5e397786b374e03f0fba7e9e456304a0183384 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Tue, 14 Nov 2023 09:18:56 +0100 Subject: [PATCH] update text --- docs/env-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/env-vars.md b/docs/env-vars.md index 7a406251a4b..7a389701565 100644 --- a/docs/env-vars.md +++ b/docs/env-vars.md @@ -5,6 +5,6 @@ As a developer you will need to extend the current env vars for a service. The following rules must be followed: 1. for each service that requires it, add it to the `services/docker-compose.yml` file (such as `MY_VAR=${MY_VAR}`) -2. add a meaningful default value for development inside `.env-devel` so that developers can work, and that `osparc-simcore` is **self-consistent**. +2. add a meaningful default value for development inside `.env-devel` so that developers can work, and that `osparc-simcore` is **self contained**. - **NOTE** if the variable has a default inside the code, put the same value here 3. inside the repo where devops keep all the secrets follow the instructions to add the new env var