{
  "site" : {
    "site_name": "Base node application",
    "http_port" : "3010"
  },
  "environment_variables" : {
    "http_port": "APP_PORT"
  },
  "template_tags" : {
    "blockStart": "{%",
    "blockEnd": "%}",
    "variableStart": "{{",
    "variableEnd": "}}",
    "commentStart": "{#",
    "commentEnd": "#}"
  }
}