Skip to content

Commit

Permalink
Adding note about S3
Browse files Browse the repository at this point in the history
  • Loading branch information
veltman committed Aug 1, 2016
1 parent 857e8d4 commit 925e862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ module.exports = {

Now make sure all the instances have those settings and your webserver located at `1.2.3.4` runs the `bin/server` task and the rest run the `bin/worker` task.

By default, audio and video files uploaded to S3 are public. They have 32-character random filenames, so the odds of someone stumbling onto one by URL are... low, but if this is a problem, read about it in the [Developer notes](DEVELOPERS.md#make-s3-files-private).

### All settings

`workingDirectory` - a path to a folder where Audiogram can put temporary files (if it doesn't exist, it will be created automatically). This is REQUIRED.
Expand Down

0 comments on commit 925e862

Please sign in to comment.