This is a simple demo of how to use Watt with config.
npm install
cp .env.sample .env
npm start
The NODE_ENV
variable that is seen inside the main
service is controller by the PLT_MAIN_ENV
variable
in the /.env
file. In this way each service could be run in a different environment.