aboutsummaryrefslogtreecommitdiff
path: root/ci/config-templates/PageRouter-template.json
blob: 7fe27c18b8fd21eb059aadefb6689b926753e772 (plain)
1
2
3
4
5
6
7
{
   "debug": ${DEBUG_PLUGINS:-false}, //Enables obnoxious debug logging
  "store": {
    //All builds require the routes.xml file in the config directory even after variable substitution
    "route_file": "config/routes.xml"
  }
}