Skip to content

Commit

Permalink
set default back to advert
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Luckow committed Jul 7, 2012
1 parent a968959 commit 998ecde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_local_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

COORDINATION_URL = "advert://localhost/?dbtype=sqlite3"
#COORDINATION_URL = "tcp://*"
COORDINATION_URL = "redis://localhost:6379"
#COORDINATION_URL = "redis://localhost:6379"

# for running BJ from local dir
sys.path.insert(0, os.getcwd() + "/../")
Expand Down
2 changes: 1 addition & 1 deletion examples/pilot-api/example-pilot-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

COORDINATION_URL = "advert://localhost/?dbtype=sqlite3"
COORDINATION_URL = "redis://localhost:6379"
#COORDINATION_URL = "redis://localhost:6379"


if __name__ == "__main__":
Expand Down

0 comments on commit 998ecde

Please sign in to comment.