Added poster to API scene overview.

This commit is contained in:
DebaucheryLibrarian
2020-12-19 01:03:15 +01:00
parent 2b808025f9
commit 67ed249239
2 changed files with 29 additions and 12 deletions

View File

@@ -8,4 +8,5 @@ module.exports = knex({
connection: config.database,
// performance overhead, don't use asyncStackTraces in production
asyncStackTraces: process.env.NODE_ENV === 'development',
debug: process.env.NODE_ENV === 'development',
});