mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add spatial_ref_sys as default for DB_EXCLUDE_TABLES (#7923)
This commit is contained in:
@@ -19,7 +19,7 @@ const defaults: Record<string, any> = {
|
||||
PUBLIC_URL: '/',
|
||||
MAX_PAYLOAD_SIZE: '100kb',
|
||||
|
||||
DB_EXCLUDE_TABLES: [],
|
||||
DB_EXCLUDE_TABLES: 'spatial_ref_sys',
|
||||
|
||||
STORAGE_LOCATIONS: 'local',
|
||||
STORAGE_LOCAL_DRIVER: 'local',
|
||||
|
||||
Reference in New Issue
Block a user