commit | e21bc77a7e40db57e661c7c0503c9101269c7d89 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | 26dc7f6983a38038786bac531ea1ac9e3ae0db56 |
Initial commit
diff --git a/metadata/service/server/local.yml b/metadata/service/server/local.yml new file mode 100644 index 0000000..48513a9 --- /dev/null +++ b/metadata/service/server/local.yml
@@ -0,0 +1,11 @@ +applications: +- memcached +parameters: + memcached: + server: + enabled: true + maxconn: 8192 + bind: + address: 127.0.0.1 + port: 11211 + protocol: tcp