dotenv
Here are 569 public repositories matching this topic...
-
Updated
May 12, 2020 - Python
-
Updated
May 26, 2020 - PHP
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
https://docs.travis-ci.com/user/build-stages/
- Add build stages for lint, build, tests, and deploy
- Allow travis to test "latest" stable node version
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__)), '- start reporting on coverage (somehow...)
Issue type:
- question
- bug report
- feature request
- documentation issue
nestjs-config version
@nestjs/common+core or other package versions
- @nestjs/common:
- @nestjs/core:
Excepted behavior
I want to be able to use strict typing within my service. Using `config.get('something'
-
Updated
Jan 10, 2020 - JavaScript
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
-
Updated
Apr 24, 2020 - TypeScript
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
-
Updated
May 13, 2020 - Kotlin
We need to enforce \n for line breaks.
Gatsby Recipes CLI
Create recipes for the new gatsby recipes CLI.
Not sure at this point if this will entirely replace the existing recipe pages.
https://www.gatsbyjs.org/blog/2020-04-15-announcing-gatsby-recipes/
-
Updated
May 27, 2020 - TypeScript
-
Updated
Mar 30, 2019 - TypeScript
-
Updated
Apr 15, 2020 - PHP
-
Updated
Nov 20, 2018 - TypeScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
May 26, 2020 - C#
Improve this page
Add a description, image, and links to the dotenv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotenv topic, visit your repo's landing page and select "manage topics."
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?