christmas/config/wishlist/index.js

6 lines
89 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
}
2020-11-08 13:54:08 -08:00
}