SUSE Package Hub 15 one-click install Install ghc-dotenv NOTE: This one-click installation requires that the SUSE Package Hub extension to already be enabled. See http://packagehub.suse.com/how-to-use/ for information on enabling the Package Hub extension If the extension is not enabled, this installation will fail while trying to enable an invalid repo. This package might depend on packages from SUSE Linux Enterprise modules. If those modules are not enabled, a package dependency error will be encountered. SUSE-PackageHub-15-Standard-Pool Package Hub 15 Dummy repo - this will fail ghc-dotenv Loads environment variables from dotenv files In most applications, <http://12factor.net/config configuration should be separated from code>. While it usually works well to keep configuration in the environment, there are cases where you may want to store configuration in a file outside of version control. "Dotenv" files have become popular for storing configuration, especially in development and test environments. In <https://github.com/bkeepers/dotenv Ruby>, <https://github.com/theskumar/python-dotenv Python> and <https://www.npmjs.com/package/dotenv Javascript> there are libraries to facilitate loading of configuration options from configuration files. This library loads configuration to environment variables for programs written in Haskell. To use, call `loadFile` from your application: > import Configuration.Dotenv > loadFile False "/my/dotenvfile" This package also includes an executable that can be used to inspect the results of applying one or more Dotenv files to the environment, or for invoking your executables with an environment after one or more Dotenv files is applied. See the <https://github.com/stackbuilders/dotenv-hs Github> page for more information on this package. SUSE Package Hub 15 one-click install Install ghc-dotenv NOTE: This one-click installation requires that the SUSE Package Hub extension to already be enabled. See http://packagehub.suse.com/how-to-use/ for information on enabling the Package Hub extension If the extension is not enabled, this installation will fail while trying to enable an invalid repo. This package might depend on packages from SUSE Linux Enterprise modules. If those modules are not enabled, a package dependency error will be encountered. SUSE-PackageHub-15-Standard-Pool Package Hub 15 Dummy repo - this will fail ghc-dotenv Loads environment variables from dotenv files In most applications, <http://12factor.net/config configuration should be separated from code>. While it usually works well to keep configuration in the environment, there are cases where you may want to store configuration in a file outside of version control. "Dotenv" files have become popular for storing configuration, especially in development and test environments. In <https://github.com/bkeepers/dotenv Ruby>, <https://github.com/theskumar/python-dotenv Python> and <https://www.npmjs.com/package/dotenv Javascript> there are libraries to facilitate loading of configuration options from configuration files. This library loads configuration to environment variables for programs written in Haskell. To use, call `loadFile` from your application: > import Configuration.Dotenv > loadFile False "/my/dotenvfile" This package also includes an executable that can be used to inspect the results of applying one or more Dotenv files to the environment, or for invoking your executables with an environment after one or more Dotenv files is applied. See the <https://github.com/stackbuilders/dotenv-hs Github> page for more information on this package.