christmas/config/wishlist/index.js

5 lines
88 B
JavaScript
Raw Normal View History

2018-11-30 13:44:06 -08:00
module.exports = {
note: {
rows: Number(process.env.WISHLIST_NOTE_ROWS) || 5
}
}