Skip to content

nodestream-proj/nodestream-plugin-dotenv

Repository files navigation

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.