generator-chek-ms
Version:
boilerplate de creación de microservicios en Chek
11 lines (10 loc) • 328 B
JavaScript
/*
* This file should contain any environment variables
* that are explicitly required in the ConfigModule
*
* Example:
* process.env.SOME_REQUIRED_ENV_VAR = 'some custom value'
*
* By doing this, we can produce an error when launching the service
* if the variable is not set, and avoid that error when testing it.
*/