Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 539 Bytes

Nodestream Dotenv Plugin

This plugin allows you to load environment variables from a .env file into your nodestream application.

Installation

pip install nodestream-plugin-dotenv

Usage

By default, the plugin will look for a .env file in the current working directory. You can specify a different path by setting the NODESTREAM_DOTENV_PATH environment variable.

For more information on how to use the .env file, see the python-dotenv documentation.