summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-22 12:23:05 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-22 12:23:05 -0300
commit0f1369ce34ff79d3b9a220b52b14182927a19c1c (patch)
treeccd41cac15f3ea289fc4b258daf8c1c8d62211fd
parent1693ace3c984d23c70374bd461660a2bd2ae1a66 (diff)
Use the right database
-rwxr-xr-xpkg/mx.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mx.tac b/pkg/mx.tac
index cdebba7..c101de9 100755
--- a/pkg/mx.tac
+++ b/pkg/mx.tac
@@ -51,7 +51,7 @@ check_recipient_port = config.getint("check recipient", "port")
cdb = couchdbhelper.ConnectedCouchDB(server,
port=port,
- dbName="users",
+ dbName="identities",
username=user,
password=password)