Comment out fog config
This commit is contained in:
parent
3f4b3b8e4e
commit
6d37ae9498
|
@ -50,15 +50,15 @@ admins:
|
|||
about_text: Filippus
|
||||
subtext: Moderator Management & Support
|
||||
|
||||
# delete if using local storage
|
||||
fog:
|
||||
# uncomment if using cloud storage
|
||||
# fog:
|
||||
# fog credentials
|
||||
credentials:
|
||||
provider: 'AWS'
|
||||
aws_access_key_id: 'ACCESS KEY'
|
||||
aws_secret_access_key: 'SECRET KEY'
|
||||
region: 'space-pluto-1'
|
||||
# credentials:
|
||||
# provider: 'AWS'
|
||||
# aws_access_key_id: 'ACCESS KEY'
|
||||
# aws_secret_access_key: 'SECRET KEY'
|
||||
# region: 'space-pluto-1'
|
||||
# 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
|
||||
directory: 'retrospring'
|
||||
# directory: 'retrospring'
|
||||
|
|
Loading…
Reference in New Issue