packages
folder, for example:.env
file in the root directory of the monorepo and add environment-specific variables on new lines in the form NAME=VALUE
. For example:.env
file is included in .gitignore
of the root folder.node-config
. The generated with CLI services are already prepackaged with node-config
and basic configuration files. Among other settings, the configuration files include references to the environment variables which are loaded from .env
file into process.env
. Documentation for node-config can be found here.config/default.js
of generated service.commerce
service and default settings, you should be able to see Swagger API documentation at http://localhost:4003/api/commerce/v1/api-docs