Created
August 12, 2016 15:54
-
-
Save tristantarrant/ff449e2f1bb438f722aeccda6e33b3c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cache-container default-cache="default"> | |
| <local-cache name="default"> | |
| <persistence passivation="false"> | |
| <cloud-store xmlns="urn:infinispan:config:store:cloud:8.0" | |
| provider="transient" | |
| location="test-location" | |
| identity="me" | |
| credential="s3cr3t" | |
| container="test-container" | |
| endpoint="http://test.endpoint" | |
| compress="true"/> | |
| </persistence> | |
| </local-cache> | |
| </cache-container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment