dotenv
Here are 748 public repositories matching this topic...
-
Updated
Nov 15, 2020 - Python
-
Updated
Nov 27, 2020 - PHP
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Nov 20, 2020 - TypeScript
- start reporting on coverage (somehow...)
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Oct 19, 2020 - Kotlin
We need to enforce \n for line breaks.
Currently, in the gatsby-plugin-s3 configuration, I'm not finding a way to set the s3ForcePathStyle option. This is necessary in cases, where S3-Compliant Object Storage Services, which might not be AWS have this path style. Some examples could be Minio
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#s3ForcePathStyle-property
Would be happy to send a
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 13, 2020 - PHP
-
Updated
Mar 30, 2019 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 20, 2018 - TypeScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 16, 2020 - TypeScript
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."


Example:
Actual behavior:
If we run
dotenv-linteragainst a.envfile with thetestkey, we will see only one warning:$ dotenv-linter .env Checking .env .env:1 KeyWithoutValue: The test key should be with a value or have an equal sign Found 1 problemIf we fix that file and run check again, we will see another warning: