christmas/config/wishlist/index.js
2020-11-08 16:54:08 -05:00

5 lines
89 B
JavaScript

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