module.exports = {
web: {
host: 'localhost',
port: 7000,
},
database: {
client: 'sqlite3',
connection: {
filename: './db.sqlite',
uploads: {
flushTempOnStart: true,
path: './uploads',
thumbHeight: 300,
thumbQuality: 50,
allowMimetypeMismatch: false,
};