Correct default `MEDIA_DISK` setting

This commit is contained in:
Christopher C. Wells 2021-04-24 09:29:38 -07:00
parent 96fbcd1b7d
commit bed6025a76
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ DB_CONNECTION=sqlite
SCOUT_DRIVER=elastic
ELASTIC_HOST=localhost:9200
MEDIA_DISK=local
MEDIA_DISK=media
BROADCAST_DRIVER=log
CACHE_DRIVER=file

View File

@ -43,7 +43,7 @@ ELASTIC_PORT=9200
# Media (image storage) configuration.
#
MEDIA_DISK=local
MEDIA_DISK=media
#MEDIA_DISK=s3-public
#AWS_ACCESS_KEY_ID=