Fix the description of these environment variables

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-04-04 16:54:18 +03:00
parent 77bf4f8da9
commit e5a275f94c
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -5,11 +5,12 @@ This document provides a brief description of the environment variables that are
The following table lists the environment variables that are common to all DIT micro-service applications, along with their descriptions.
| Environment Variable | Description |
| :------------------------- | :------------------------------------------------------------------------ |
| CAS\_\_URL | The URI format for the connection string of database server |
| CAS\_\_M2M_CLIENT_ID | The URI format for the connection string of database server |
| CAS\_\_M2M_CLIENT_SECRET | The URI format for the connection string of database server |
| DATABASE\_\_URL | The URI format for the connection string of database server |
| :--------------------------- | :------------------------------------------------------------------------ |
| CAS\_\_URL | URL for the Central Authentication Service (CAS) |
| CAS\_\_M2M_CLIENT_ID | Client ID for machine-to-machine authentication with the CAS |
| CAS\_\_M2M_CLIENT_SECRET | Client secret for machine-to-machine authentication with the CAS |
| DATABASE\_\_CONNECTIONSTRING | The connection string of database server |
| DATABASE\_\_URL | The URL format for the connection string of database server |
| DATABASE\_\_HOST | The host name or IP address of the database server |
| DATABASE\_\_USERNAME | The username for accessing the database |
| DATABASE\_\_PASSWORD | The password for accessing the database |