Mark Stosberg

Results 532 comments of Mark Stosberg
trafficstars

@Kenhuey Typo? Here you wrote "NODE-CONFIG_ENV" not "NODE_CONFIG_ENV"

@lorenwest should we even try to support arrays in `custom-environment-variables.json`? It seems tricky since one config can override an array of a previous config, changing the location of particular values...

He's trying to express "for the configuration key "messagehub", the first value of that array should be set to the environment variable named "API_KEY", using `custom-environment-variables.json`. I'm just not sure...

@ljestrada We do document that arrays are merged by replacement: https://github.com/lorenwest/node-config/wiki/Configuration-Files#arrays-are-merged-by-replacement

@ashishblood Did you also implement tests which highlight how the changed behavior works? Did check out #569 ? It proposes addressing mapping environment variables using a templating engine. It includes...

This could be expanded to also fix #644-- warn or throw in the case when the host is unfortunately named "default".

@JonaC22 Still waiting for a volunteer to rebase and resolve the conflicts here and squash it into a single commit. It could be you.

The maintainers are not using `node-config` in combination with Nest.js or Next.js. If are you are impacted user, consider looking into the root cause.