From 70ee7a9161b0a7eedf7ba81d3e33f3f244746121 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 4 Apr 2023 16:57:32 +0300 Subject: [PATCH] Deleted a the section in Environment variables Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- docs/Software Development/06-Environment Variables.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Software Development/06-Environment Variables.md b/docs/Software Development/06-Environment Variables.md index 6428f38..613f43b 100644 --- a/docs/Software Development/06-Environment Variables.md +++ b/docs/Software Development/06-Environment Variables.md @@ -43,8 +43,6 @@ The following table lists the environment variables that are common to all DIT m | RABBITMQ\_\_PASSWORD | The password for accessing the RabbitMQ server | | RABBITMQ\_\_EXCHANGE_NAME | The name of the exchange for RabbitMQ server | -In addition to these common environment variables, some applications may have specific environment variables that are related to their functionality or dependencies. These variables are prefixed with the name of the application or service that they belong to, such as `TAX_CORPORATE_REGISTRATION_PORTAL_URL`. These variables are documented in their respective application repositories or README files. - ## Environment Variables for Micro-Service Applications 1. Use double underscores (\_\_) to separate words in the variable name.