mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove unused environment variable
This commit is contained in:
@@ -26,7 +26,6 @@ CACHE_ENABLED=false
|
||||
## File Storage
|
||||
|
||||
STORAGE_LOCATIONS="local"
|
||||
STORAGE_LOCAL_PUBLIC_URL="/uploads"
|
||||
STORAGE_LOCAL_DRIVER="local"
|
||||
STORAGE_LOCAL_ROOT="./uploads"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ const defaults: Record<string, any> = {
|
||||
MAX_PAYLOAD_SIZE: '100kb',
|
||||
|
||||
STORAGE_LOCATIONS: 'local',
|
||||
STORAGE_LOCAL_PUBLIC_URL: 'http://localhost:8055/uploads',
|
||||
STORAGE_LOCAL_DRIVER: 'local',
|
||||
STORAGE_LOCAL_ROOT: './uploads',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user