Fix missing comma in config template
This commit is contained in:
parent
d60712fca4
commit
74808627fb
@ -12,7 +12,7 @@ module.exports = {
|
||||
args: "start",
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
TILECACHE_PATH: "./app/tilecache"
|
||||
TILECACHE_PATH: "./app/tilecache",
|
||||
|
||||
// update these details in private copy
|
||||
PGHOST: "hostname",
|
||||
|
Loading…
Reference in New Issue
Block a user