hs-node-services

1.1.6 • Public • Published

hs node services

A simple package including the following services:

  • require().logger => Gcloud logger
  • require().config => config extension/wrapper providing support for seperate environment variables

config

based on config.

It will check environment variables first (case sensitive), in the following manner:

    export NODE_CONFIG={prop: {inner: "test"} }
    #equals
    export prop_inner=test

In this case the later will overwrite the first.

This is usefull for production and docker environment for manual overwrites.

/hs-node-services/

    Package Sidebar

    Install

    npm i hs-node-services

    Weekly Downloads

    2

    Version

    1.1.6

    License

    ISC

    Last publish

    Collaborators

    • fvdhoek
    • joelharkes
    • adaspt