Comment out fog config

This commit is contained in:
Dominik M. Kwiatek 2020-05-21 21:44:07 +01:00
parent 3f4b3b8e4e
commit 6d37ae9498

View file

@ -50,15 +50,15 @@ admins:
about_text: Filippus about_text: Filippus
subtext: Moderator Management & Support subtext: Moderator Management & Support
# delete if using local storage # uncomment if using cloud storage
fog: # fog:
# fog credentials # fog credentials
credentials: # credentials:
provider: 'AWS' # provider: 'AWS'
aws_access_key_id: 'ACCESS KEY' # aws_access_key_id: 'ACCESS KEY'
aws_secret_access_key: 'SECRET KEY' # aws_secret_access_key: 'SECRET KEY'
region: 'space-pluto-1' # region: 'space-pluto-1'
# URL host, comment out to use default, GENERALLY you don't want to define this # URL host, comment out to use default, GENERALLY you don't want to define this
host: 's3.wherever.com' # host: 's3.wherever.com'
# bucket name, required # bucket name, required
directory: 'retrospring' # directory: 'retrospring'