mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
Comment out fog config
This commit is contained in:
parent
3f4b3b8e4e
commit
6d37ae9498
1 changed files with 9 additions and 9 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue