diff options
| author | Sean Fridman <mail@seanfridman.com> | 2015-12-09 19:00:35 +0100 |
|---|---|---|
| committer | Sean Fridman <mail@seanfridman.com> | 2015-12-09 19:00:35 +0100 |
| commit | 59d9b7e777b1b684aae6d85951c95d29450aee12 (patch) | |
| tree | bf80f8a10c442c55aaed82b1c33c00cdfedc403d | |
| parent | 59fe2d234f9788aa3e64a4f77c1c3d8dc7cc4b56 (diff) | |
Add s3 config docs to readme
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -13,6 +13,9 @@ Server will be running on http://lvh.me:1337/ Admin area available on http://lvh.me:1337/admin/ + +## Config + To access the admin area, you need to set a username and password. To do that create a file called `.env` in the project directory with the following contents: @@ -21,3 +24,10 @@ the following contents: OK_USER=username OK_PASS=password ``` + +S3 needs to be configured in the same way: +``` +S3_KEY=s3key +S3_SECRET=s3secret +S3_BUCKET=bucketname +``` |
