Skip to content
#

dotenv

Here are 569 public repositories matching this topic...

ChristofferSkog21st
ChristofferSkog21st commented Mar 9, 2019

The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?

special-character
special-character commented Nov 6, 2019

I really appreciate this project!

To get env vars to be updated locally, we have to change the JS file that imports an ENV var Docs.

The bigger problem I see is for applications that use an ENV var in more than 1 file. For example, I have an ENV var called A_WACKY_ENV_VAR used in two files. Here is a log

checor
checor commented Aug 19, 2019

Hello,

Trying to run the WSGI example on readme doesn't work when runned in any other folder than the one the .env lives.

For example, having a folder with a .env a file named main.py:

import os
import dotenv

print("Loading file:", os.path.join(os.path.dirname(os.path.dirname(__file__)), '.env'))
dotenv.read_dotenv(os.path.join(os.path.dirname(os.path.dirname(__file__)), '
z0w13
z0w13 commented Oct 15, 2019

What problem does this feature solve?

In most places where dotenv is used system env vars override the dotenv vars, however dotenv-module does the exact opposite, swapping this around would give the expected result when using systemvars: true

This feature request is available on Nuxt communi
dotenv-linter
mgrachev
mgrachev commented Mar 22, 2020

Right now we can install dotenv-linter something like this:

# Linux
$ curl https://github.com/mgrachev/dotenv-linter/releases/download/v1.1.2/dotenv-linter-linux-x86_64.tar.gz -sSfL | tar -xzf - 

# Alpine Linux
$ wget https://github.com/mgrachev/dotenv-linter/releases/download/v1.1.2/dotenv-linter-alpine-x86_64.tar.gz -O - -q | tar -xzf -

# macOS
$ curl https://github.com/mgrachev

Improve this page

Add a description, image, and links to the dotenv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotenv topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.