this will give people some basic idea of using the dotenv file

This commit is contained in:
cktricky
2018-04-19 11:45:26 -04:00
parent a51b88febe
commit 9805771525
2 changed files with 12 additions and 5 deletions

3
env.sample Normal file
View File

@@ -0,0 +1,3 @@
[default]
aws_access_key_id = <insert key id>
aws_secret_access_key = <insert secret key>