mirror of https://github.com/kcal-app/kcal.git
Correct default `MEDIA_DISK` setting
This commit is contained in:
parent
96fbcd1b7d
commit
bed6025a76
2
.env.ci
2
.env.ci
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue