Keep using ogr2ogr in test example config

remotes/origin/gzip-encoding
Raul Ochoa 9 years ago
parent c842a3f8a8
commit e12a37328c

@ -58,7 +58,7 @@ module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';
// change ogr2ogr command or path
module.exports.ogr2ogrCommand = 'ogr2ogr2';
module.exports.ogr2ogrCommand = 'ogr2ogr';
// Optional statsd support
module.exports.statsd = {
host: 'localhost',

Loading…
Cancel
Save