diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 11fe654ff..11902c0b3 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -85,6 +85,13 @@ PHOTO_STORAGE_OPTIONS: # BUCKET: 'fixmystreet-photos' # ACCESS_KEY: '' # SECRET_KEY: '' +# PREFIX: '' # optional prefix for key names in bucket, e.g. if you + # have multiple FMS sites storing photos in the same bucket. +# CREATE_BUCKET: 0 # optional, set to 1 if the S3 bucket should be created if + # it doesn't already exist. Requires the appropriate AWS + # permissions. +# REGION: 'eu-west-1' # optional, only used if CREATE_BUCKET is set. Controls + # which AWS region the S3 bucket will be created in. # Location of MapIt, to map points to administrative areas, and what types of # area from it you want to use. If left blank, a default area will be used |