{
  "clever-auth": {
    "store"     : "redis",

    "redis": {
      "host"    : "localhost",
      "port"    : "6379",
      "prefix"  : "",
      "key"     : ""
    },

    "memcache": {
      "host"    : "localhost",
      "port"    : "11211",
      "prefix"  : ""
    },
                
    "secretKey" : ""
  }
}
