changeset 190:b7d41325386b

switch to the couchdb backend as default
author dirk
date Wed, 21 Sep 2011 12:52:34 +0200
parents e5d492595bdb
children 7157bfd3f4d4
files feedworm.sh
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/feedworm.sh	Wed Sep 14 00:17:55 2011 +0200
+++ b/feedworm.sh	Wed Sep 21 12:52:34 2011 +0200
@@ -1,4 +1,5 @@
 #!/bin/bash
-DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
+#DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
+#/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL}
 
-/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL}
+/usr/bin/python ./feedworm.py --backend couchdb $*