diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-12-26 21:38:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-02 18:12:58 -0800 |
commit | 759f5cce2c98a19157c82347a2d89f401c8d67c4 (patch) | |
tree | a652d13f8a6f037f60634bb599d8c0c0922c6063 /python | |
parent | 9756f536b24ba13c34d0dcc49153020477cce012 (diff) | |
download | sandcrawler-759f5cce2c98a19157c82347a2d89f401c8d67c4.tar.gz sandcrawler-759f5cce2c98a19157c82347a2d89f401c8d67c4.zip |
include an example environment file
Diffstat (limited to 'python')
-rw-r--r-- | python/example.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/example.env b/python/example.env new file mode 100644 index 0000000..d17c740 --- /dev/null +++ b/python/example.env @@ -0,0 +1,2 @@ +MINIO_ACCESS_KEY=minioadmin +MINIO_SECRET_KEY=minioadmin |