We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a41776 commit 0c6b358Copy full SHA for 0c6b358
src/storage/WebhookStore.js
@@ -46,6 +46,7 @@ class WebhookStore {
46
host: dbConfigEnv.host || 'localhost',
47
port: dbConfigEnv.port || '5432',
48
dialect: dbConfigEnv.dialect || 'sqlite',
49
+ dialectOptions: dbConfigEnv.dialectOptions || {},
50
storage: dbConfigEnv.filename,
51
pool: {
52
max: 5,
0 commit comments