From 59d9b7e777b1b684aae6d85951c95d29450aee12 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 9 Dec 2015 19:00:35 +0100 Subject: Add s3 config docs to readme --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 5d7732a..55d4d3e 100644 --- a/Readme.md +++ b/Readme.md @@ -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 +``` -- cgit v1.2.3-70-g09d2