summaryrefslogtreecommitdiffhomepage
path: root/Storage/Network.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-31 14:30:35 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-31 14:33:22 -0400
commit019c080687ce4a07031bdfe2263397f4f868c3c3 (patch)
tree187c7abb67ce1c0bc126a48501de4e7ed3e1f7e0 /Storage/Network.hs
parent176dbd5798a7def03ea6c61713a0c216ab1e1674 (diff)
downloadkeysafe-019c080687ce4a07031bdfe2263397f4f868c3c3.tar.gz
added --store-directory
Diffstat (limited to 'Storage/Network.hs')
-rw-r--r--Storage/Network.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Storage/Network.hs b/Storage/Network.hs
index 356f5ad..d16d693 100644
--- a/Storage/Network.hs
+++ b/Storage/Network.hs
@@ -42,9 +42,9 @@ serverUrl srv = BaseUrl Http (serverName srv) (serverPort srv) ""
-- Using tor is highly recommended, to avoid correlation attacks.
networkServers :: IO [Server]
networkServers = return
- [ Server "localhost" 8080
- , Server "localhost" 8080
- , Server "localhost" 8080
+ [ Server "localhost" 4242
+ , Server "localhost" 4242
+ , Server "localhost" 4242
]
networkStorage :: Server -> Storage