3 ms·
Why should that help to have no env variables?
by kenniskrag 2mo ago
Why should that help to have no env variables?
- monster_truck 2mo agoThere is no way you're seriously asking this right now
- kenniskrag 2mo agoEnv variables are considered best practice (factor 3): https://developer.ibm.com/articles/creating-a-12-factor-application-with-open-liberty/ https://developer.ibm.com/articles/creating-a-12-factor-appl... If I would avoid env then i need to put it in some kind of conf file and configure the app to read this file (e.g. mount into container). If I use a fault then i need some kind of credentials to receive the credentials. So again what do I gain if I avoid env variables in containers?