summaryrefslogtreecommitdiffhomepage
path: root/Storage/Network.hs
diff options
context:
space:
mode:
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