Keep using ogr2ogr in test example config
This commit is contained in:
parent
c842a3f8a8
commit
e12a37328c
@ -58,7 +58,7 @@ module.exports.tableCacheMaxAge = 1000*60*10;
|
|||||||
// Temporary directory, make sure it is writable by server user
|
// Temporary directory, make sure it is writable by server user
|
||||||
module.exports.tmpDir = '/tmp';
|
module.exports.tmpDir = '/tmp';
|
||||||
// change ogr2ogr command or path
|
// change ogr2ogr command or path
|
||||||
module.exports.ogr2ogrCommand = 'ogr2ogr2';
|
module.exports.ogr2ogrCommand = 'ogr2ogr';
|
||||||
// Optional statsd support
|
// Optional statsd support
|
||||||
module.exports.statsd = {
|
module.exports.statsd = {
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
|
Loading…
Reference in New Issue
Block a user