Add default s3 filesystem
This commit is contained in:
parent
a3b64737b0
commit
688f2f753e
|
@ -15,6 +15,9 @@ DB_DATABASE=postgres
|
||||||
DB_USERNAME=postgres
|
DB_USERNAME=postgres
|
||||||
DB_PASSWORD=postgres
|
DB_PASSWORD=postgres
|
||||||
|
|
||||||
|
FILESYSTEM_DRIVER=s3
|
||||||
|
FILESYSTEM_DISK=s3
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
BROADCAST_DRIVER=log
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
QUEUE_CONNECTION=sync
|
QUEUE_CONNECTION=sync
|
||||||
|
|
Loading…
Reference in New Issue