fix: add missing config variables

This commit is contained in:
nikobojs 2023-08-30 12:04:27 +02:00
parent 0c7d94bdc1
commit f5f16961b0
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
module.exports = {
port: process.env.PORT || 8000,
default_template: 'faktura',
autodelete_uploads_interval: 1000 * 60 * 10,
tmp_path: process.env.TEMP_PATH || '/tmp/'
};