From 5d3a80d9de29290be73a1cc204326eac35977907 Mon Sep 17 00:00:00 2001 From: Brusk Hamarash Date: Wed, 29 Sep 2021 01:06:49 +0300 Subject: [PATCH] No secrets in docs of envs --- Software-Development/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Software-Development/README.md b/Software-Development/README.md index 99b9213..b7d6bf1 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -71,6 +71,8 @@ These configurations must be properly documented in two ways: Unless these documents are submitted, the code is not **accepted** and **delivery** is not complete. +The documentations, as well as the code base, must not include any **secrets**. + As for naming convention, the following format must be used: 1. Group environment variable configurations by appending double underdashes (__). For instance, this is how database-related environment variables can be grouped: