default to local pdf-store

This commit is contained in:
Thomas Ruoff
2021-03-07 00:22:14 +01:00
parent e8f846e003
commit 193a275c1f

View File

@@ -1,4 +1,4 @@
const storeDir = process.env.JSON_STORE || '/tmp/pdfer-store/'
const storeDir = process.env.JSON_STORE || './pdfer-store/'
import { promisify } from 'util'