1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Add user to rethinkdb after login.

This commit is contained in:
Simo Kinnunen 2014-01-28 12:22:08 +09:00
parent 23d068490e
commit 881996557a
5 changed files with 42 additions and 7 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
users: {
primaryKey: 'id'
primaryKey: 'email'
}
}