@maxdome/info
v3.0.9
Published
``` app.use('/info', require('@maxdome/info')()); ```
Keywords
Readme
Usage
app.use('/info', require('@maxdome/info')());If a .env.example exists, only keys which are defined with an #info will be displayed with the /info/env.
e.g. a .env.example with:
SECRET=
PORT= #infowill result in a /info/env:
{
"PORT": "8000"
}