Use “local” instead of “finder”

This commit is contained in:
Ben Haynes
2020-08-11 10:28:40 -04:00
parent ffd8641929
commit 6ddfc0101a

View File

@@ -21,13 +21,13 @@ DB_PASSWORD="psql1234"
####################################################################################################
# File Storage
STORAGE_LOCATIONS="finder, digitalocean"
STORAGE_LOCATIONS="local, digitalocean"
STORAGE_FINDER_PUBLIC_URL="http://localhost:41201/uploads"
STORAGE_FINDER_DRIVER="local"
STORAGE_FINDER_ROOT="./uploads"
STORAGE_LOCAL_PUBLIC_URL="http://localhost:41201/uploads"
STORAGE_LOCAL_DRIVER="local"
STORAGE_LOCAL_ROOT="./uploads"
## S3/DigitalOcean Example
## S3 (DigitalOcean) Example
# STORAGE_DIGITALOCEAN_PUBLIC_URL="https://cdn.example.com/"
# STORAGE_DIGITALOCEAN_DRIVER="s3"
# STORAGE_DIGITALOCEAN_KEY="abcdef"