Skip to content

Commit 0c6b358

Browse files
authored
Update WebhookStore.js
1 parent 8a41776 commit 0c6b358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/storage/WebhookStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class WebhookStore {
4646
host: dbConfigEnv.host || 'localhost',
4747
port: dbConfigEnv.port || '5432',
4848
dialect: dbConfigEnv.dialect || 'sqlite',
49+
dialectOptions: dbConfigEnv.dialectOptions || {},
4950
storage: dbConfigEnv.filename,
5051
pool: {
5152
max: 5,

0 commit comments

Comments
 (0)