Initial commit
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
/**
|
||||
* Default upload config
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
uploadStates: [
|
||||
'pending',
|
||||
'enqueued',
|
||||
'uploading',
|
||||
'unpacking',
|
||||
'importing',
|
||||
'guessing',
|
||||
'complete'
|
||||
],
|
||||
fileExtensions: [
|
||||
'bz2',
|
||||
'csv',
|
||||
'gpkg',
|
||||
'geojson',
|
||||
'gz',
|
||||
'json',
|
||||
'kml',
|
||||
'kmz',
|
||||
'gpx',
|
||||
'ods',
|
||||
'osm',
|
||||
'rar',
|
||||
'tar',
|
||||
'tgz',
|
||||
'tif',
|
||||
'tiff',
|
||||
'tsv',
|
||||
'txt',
|
||||
'xls',
|
||||
'xlsx',
|
||||
'zip'
|
||||
],
|
||||
// How big should the file be?
|
||||
fileTimesBigger: 3
|
||||
};
|
||||
Reference in New Issue
Block a user