dotenv
Here are 504 public repositories matching this topic...
-
Updated
Mar 18, 2020 - Python
-
Updated
Mar 27, 2020 - PHP
Hello, I have tested to install on a fresh expo sdk 36 blank project the example :
npm install react-native-dotenv metro-react-native-babel-preset --save-dev
I have created a .env file with:
API_KEY=lorem
ANOTHER_CONFIG=foobar
I edited babel.config.js with:
module.exports = function(api) {
api.cache(true);
return {
- presets: ['babel-pr-
Updated
Mar 24, 2020 - JavaScript
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...)
-
Updated
Jan 10, 2020 - JavaScript
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'
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
Mar 29, 2020 - TypeScript
-
Updated
Mar 13, 2020 - Kotlin
Right now the message looks like this:
.env:2 The FOO-BAR key should go before the FOO-BAR key
Need to add the check name to the message:
.env:2 UnorderedKey: The FOO-BAR key should go before the FOO-BAR key
Remove flake8-pytest
According to the documentation for createRedirect, some plugins support the non-standard redirect parameters force and statusCode. It might be nice for us to support these too.
With Redirection Rules, we can support force by adding/removing the HttpErrorCodeReturnedEquals: '404' condition. We can support statusCode by overriding
-
Updated
Mar 28, 2020 - TypeScript
-
Updated
Mar 30, 2019 - TypeScript
-
Updated
Feb 4, 2020 - PHP
-
Updated
Nov 20, 2018 - TypeScript
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Mar 23, 2020 - JavaScript
-
Updated
Jan 12, 2020 - Python
-
Updated
Mar 15, 2020 - TypeScript
-
Updated
Mar 27, 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?