summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-10 18:42:27 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-10 18:42:27 -0400
commitc5de6f188dac491f114861648aafb30737da131f (patch)
tree327e20cabbbee4a656c4c57219b63fb0e501416d /soledad_sync.py
parentd3604a9a53a04af8c34d08f17b4708c460f76be9 (diff)
move PoCs to its own subdir
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 136b02c..ca93206 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -4,8 +4,8 @@ from twisted.internet import defer
# EDIT THIS TO MATCH YOUR TEST ENVIRONMENT -------------
UUID = 'deadbeef'
-HOST = 'http://futeisha:2323'
-# HOST = 'http://localhost:2323'
+#HOST = 'http://futeisha:2323'
+HOST = 'http://localhost:2323'
#NUM_DOCS = 20
NUM_DOCS = 1
PAYLOAD = '/tmp/payload'