Remove unused environment variable

This commit is contained in:
rijkvanzanten
2021-02-26 10:49:19 -05:00
parent 6a2f4c42a0
commit c2a5622cef
4 changed files with 3 additions and 9 deletions

View File

@@ -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"

View File

@@ -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',