diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-22 12:23:05 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-22 12:23:05 -0300 |
commit | 0f1369ce34ff79d3b9a220b52b14182927a19c1c (patch) | |
tree | ccd41cac15f3ea289fc4b258daf8c1c8d62211fd | |
parent | 1693ace3c984d23c70374bd461660a2bd2ae1a66 (diff) |
Use the right database
-rwxr-xr-x | pkg/mx.tac | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |