Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 427 Bytes

Demo of using Watt with Config

This is a simple demo of how to use Watt with config.

Installation

npm install

Usage

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.