laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

Add `.env` credential example #225

Closed marcuswhybrow closed 8 years ago

marcuswhybrow commented 8 years ago

I had to go find the original issue (issue #47) to confirm the environment variables S3_website expects.

Maybe this should be in README.md for brevity?

laurilehmijoki commented 8 years ago

Thanks for the PR. Could you add a bit more of contextual explanation into the piece of documentation? Something like "dotenv will then pick up the values from the file and the values will be available as environmental values that you can use like this: [example here]". It could also be worth mentioning that other sensitive values can be safely specified in the dotenv file.