Fix missing comma in config template

This commit is contained in:
Tom Russell 2019-05-02 19:31:40 +01:00
parent d60712fca4
commit 74808627fb

View File

@ -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",