The Wayback Machine - https://web.archive.org/web/20201128081026/https://github.com/topics/dotenv
Skip to content
#

dotenv

Here are 748 public repositories matching this topic...

dotenv-linter
mgrachev
mgrachev commented Nov 26, 2020

Example:

# .env
test

Actual behavior:

If we run dotenv-linter against a .env file with the test key, 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 problem

If we fix that file and run check again, we will see another warning:

$ 
Shriram-Balaji
Shriram-Balaji commented Jul 9, 2020

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

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.