How to use a common library of environment variables among different languages?
- by JDS
We have three main languages with which we perform system tasks: Bash, Ruby, and PHP, and Perl. Four, four main languages.
We use managed environment variables to provide authorization info that automated scripts need. For example, a mysql user account and password.
We'd like to use one single managed file to maintain these variables. In some…