ember-cli-dotenv

Dotenv for your ember app through ember-cli

MIT License

Downloads
59.6K
Stars
192
Committers
20

Bot releases are visible (Hide)

ember-cli-dotenv - v4.0.0 Latest Release

Published by SergeAstapov 10 months ago

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

ember-cli-dotenv - v3.1.0

Published by SergeAstapov 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fivetanley/ember-cli-dotenv/compare/v3.0.1...v3.1.0

ember-cli-dotenv - v3.0.1

Published by SergeAstapov 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fivetanley/ember-cli-dotenv/compare/v3.0.0...v3.0.1

ember-cli-dotenv -

Published by SergeAstapov 10 months ago

  • #66 Update Default location of .env in config/dotenv.js blueprint @SergeAstapov
  • #63 Upgrade dotenv to version 8.0.0 and drop Node.js 6.x support @SergeAstapov
  • #62 Remove unnecessary dependencies broccoli-caching-writer and send @SergeAstapov
ember-cli-dotenv -

Published by SergeAstapov almost 7 years ago

Project Update

  1. ember install ember-cli-dotenv@^2.0.0
  2. open config/dotenv.js and ember-cli-build.js
  3. Move/convert the dotEnv application options from ember-cli-build.js to the function declared within config/dotenv.js
    NOTE: if your path is dynamic see Multiple Environments

Community Contributions