Browse Source

init memcached settings

main
ghost 9 months ago
parent
commit
af700b0bf6
  1. 9
      example/config.json

9
example/config.json

@ -18,6 +18,15 @@
"port":1965 "port":1965
} }
}, },
"memcached":
{
"server":
{
"host":"127.0.0.1",
"port":11211,
"timeout":3600
}
},
"kevachat": "kevachat":
{ {
"link": "link":

Loading…
Cancel
Save