diff options
author | elijah <elijah@riseup.net> | 2013-08-21 21:39:38 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-08-21 21:39:38 -0700 |
commit | 41f60e24a90606455eeaa030d7ab2d1e1e637dd6 (patch) | |
tree | 481d40faf34d221e7e5c10253a727267b6fe750d /config | |
parent | be90709b114b6f1cd84b70b58b989a3f46712da4 (diff) |
switch to using identities db
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yml b/config/default.yml index c31b504..8ddadce 100644 --- a/config/default.yml +++ b/config/default.yml @@ -13,7 +13,7 @@ domains: ~ # couch_host: 'localhost' couch_port: 5984 -couch_database: 'users' +couch_database: 'identities' couch_user: ~ couch_password: ~ |