christmas/config/wishlist/index.js
2018-11-30 16:44:06 -05:00

5 lines
No EOL
88 B
JavaScript

module.exports = {
note: {
rows: Number(process.env.WISHLIST_NOTE_ROWS) || 5
}
}