Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37591165
en ru br
ALT Linux repos
S:2.8.1-alt1

Group :: Development/Ruby
RPM: gem-dotenv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.8.1-alt1
Build date: 7 january 2023, 13:51 ( 68.2 weeks ago )
Size: 22.30 Kb

Home page:   https://github.com/bkeepers/dotenv

License: MIT
Summary: Loads environment variables from `.env`
Description:

Shim to load environment variables from .env into ENV in development.

Storing configuration in the environment is one of the tenets of a twelve-factor
app. Anything that is likely to change between deployment environments-such as
resource handles for databases or credentials for external services-should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are run.
dotenv loads variables from a .env file into ENV when the environment is
bootstrapped.

Current maintainer: Pavel Skrylev

List of contributors

List of rpms provided by this srpm:

  • dotenv
  • dotenv-rails
  • gem-dotenv
  • gem-dotenv-devel
  • gem-dotenv-doc
  • gem-dotenv-rails
  • gem-dotenv-rails-devel
  • gem-dotenv-rails-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin