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