Add notes, show addedBy

This commit is contained in:
Wingysam 2018-11-30 16:44:06 -05:00
parent 650eaafa8a
commit a309b35b94
6 changed files with 144 additions and 37 deletions

5
config/wishlist/index.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
note: {
rows: Number(process.env.WISHLIST_NOTE_ROWS) || 5
}
}