traxxx/config/default.js

23 lines
519 B
JavaScript
Raw Normal View History

module.exports = {
database: {
host: '127.0.0.1',
user: 'user',
password: 'password',
database: 'traxxx',
},
web: {
host: '0.0.0.0',
port: 5000,
},
// include: [],
// exclude: [],
fetchAfter: [1, 'week'],
media: {
path: './media',
thumbnailSize: 320, // width for 16:9 will be exactly 576px
thumbnailQuality: 100,
trailerQuality: [480, 540],
2019-12-09 04:00:49 +00:00
limit: 25, // max number of photos per release
},
};