{
  "debug":true
  ,"context":"nozzle"
  ,"startCron":false
  ,"actionContextWhiteList":[]
  ,"cookieName":"NOZZLESESSIONID"
  ,"sessionCache":"local"
  ,"resourcePath":"http://localhost/nozzle/"
  ,"resourceLocalPath":"./public/"
  ,"redisOptions":{
    "port":6379
    ,"host":"192.168.74.128"
  }
  ,"serverdb":{
    "type":"mysql"
    ,"option":{
      "host":"192.168.74.128"
      ,"user":"root"
      ,"password":"test"
      ,"port":"3306"
      ,"database":"nozzledb"
    }
  }
}