UNPKG

@misterzik/espressojs

Version:

EspressoJS Introducing Espresso.JS, your ultimate Express configuration starting point and boilerplate. With its simplicity and lack of opinionation, EspressoJS offers plug-and-play configurations built on top of Express.

24 lines (23 loc) 415 B
{ "instance": "development", "port": 8080, "hostname": "", "publicDirectory": "/public", "mongoDB": { "enabled": false, "port": null, "uri": "", "instance": "database" }, "api": { "enabled": false, "uri": "https://swapi.info/api", "url": "", "method": "GET", "headers": { "Content-Type": "application/json" }, "timeout": 30000, "retries": 0 } }