nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

Consider changing the env evaluation order #156

Closed nfroidure closed 1 year ago

nfroidure commented 1 year ago

Maybe that it would be better to give precedence to process env vars instead of the .env file here : https://github.com/nfroidure/whook/blob/master/packages/whook/src/services/ENV.ts#L89

The above file will be replaced by this one, so need to do it here instead: See https://github.com/nfroidure/application-services/blob/main/src/services/ENV.ts#L103-L108