diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite')
-rw-r--r-- | sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite b/sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite index 893b4f0ed4..0c94bd81d2 100644 --- a/sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite +++ b/sca-cpp/trunk/samples/store-vhost/domains/jane/store.composite @@ -64,6 +64,7 @@ <service name="Cache"> <t:binding.atom uri="cache"/> </service> + <property name="servers">localhost:11211</property> </component> </composite> |