@@ -41,12 +41,16 @@ Location of environment variable is postfixed to `Config.{location}` (e.g. `Conf
4141| --------------------------- | ------------------------------- | --------------------------------------------------------------------------------------- |
4242| ` ENV ` | ` env ` | Deployment envionment - ` dev ` , ` qa ` , ` stage ` , ` prod ` |
4343| ` HOSTNAME ` | ` hostname ` | Deployment docker hostname |
44- | ` npm_package_name ` | ` name ` | Deployment service name - example: codr-user-user |
45- | ` npm_package_version ` | ` version ` | Deployment version - example: ` 1.0.0 ` |
44+ | Provided via npm | ` name ` | Deployment service name - example: codr-user-user |
45+ | Provided via npm | ` version ` | Deployment version - example: ` 1.0.0 ` |
4646| ` AWS_REGION ` | ` aws.region ` | AWS - deployment region |
4747| ` AWS_SES_API_VERSION ` | ` aws.ses.api.version ` | AWS SES - api version |
4848| ` AWS_SES_ACCESS_KEY ` | ` aws.ses.access.key ` | AWS SES - IAM access key id |
4949| ` AWS_SES_ACCESS_SECRET ` | ` aws.ses.access.secret ` | AWS SES - IAM access key secret |
50+ | ` CODR_USER_AUTH_SVC_URL ` | ` codr.svc.user.auth ` | Codr - user authentication service |
51+ | ` CODR_USER_PROFILE_SVC_URL ` | ` codr.svc.user.profile ` | Codr - user profile entity service |
52+ | ` CODR_USER_SESSION_SVC_URL ` | ` codr.svc.user.session ` | Codr - user session entity service |
53+ | ` CODR_USER_USER_SVC_URL ` | ` codr.svc.user.user ` | Codr - user entity service |
5054| ` EMAIL_FROM ` | ` email.from ` | Email - from address |
5155| ` EMAIL_REPLY_TO ` | ` email.replyto ` | Email - reply to address(es) |
5256| ` EXPRESS_HOST ` | ` express.host ` | Express server - listener host |
@@ -61,10 +65,10 @@ Location of environment variable is postfixed to `Config.{location}` (e.g. `Conf
6165| ` KAFKA_CLIENT_ID ` | ` kafka.clientId ` | Kafka server - name of the kafka cluster |
6266| ` KAFKA_CONSUMER_GROUP ` | ` kafka.consumer.group ` | Kafka server - consumer group |
6367| ` MONGO_URI ` | ` mongo.uri ` | MongoDB - server URL, please include username and password to this string |
64- | ` NODE_ENV ` | ` node.env ` | Node environment - ` development ` ,` production ` , ` testing ` |
65- | ` NODE_VERSION ` | ` node.verison ` | Node version - example: ` 16.19.1 ` |
66- | N/A | ` node.modules ` | Node modules - string array of all dependencies |
67- | ` YARN_VERSION ` | ` node.yarnVersion ` | Node - package manager version |
68+ | ` NODE_ENV ` | ` node.env ` | Node environment - ` development ` , ` production ` , ` testing ` |
69+ | Provided via npm | ` node.verison ` | Node version - example: ` 16.19.1 ` |
70+ | Provided via npm | ` node.modules ` | Node modules - string array of all dependencies |
71+ | Provided via yarn | ` node.yarnVersion ` | Node - package manager version |
6872| ` OPENAPI_INFO_TITLE ` | ` openapi.info.title ` | OpenAPI - documentation title |
6973| ` OPENAPI_INFO_DESC ` | ` openapi.info.description ` | OpenAPI - documentation description |
7074| ` OPENAPI_SERVER_ONE_URL ` | ` openapi.server[0].url ` | OpenAPI - server one url |
0 commit comments