mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use “local” instead of “finder”
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user