add spatial_ref_sys as default for DB_EXCLUDE_TABLES (#7923)

This commit is contained in:
Azri Kahar
2021-09-09 00:17:56 +08:00
committed by GitHub
parent 55009f5413
commit 3b16686180
2 changed files with 18 additions and 18 deletions

View File

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