1.0.17 • Published 2 years ago
@indepthwebsolutions/config v1.0.17
Indepth Config
Usage
This package can read environment variables and scopes some data across all @indepthwebsolutions packages.
Installation
NPM
npm i @indepthwebsolutions/config
YARN
yarn add @indepthwebsolutions/config
Usage
import config from '@indepthwebsolutions/config';
const port = config.PORT || 3000;
.env
PORT=3001