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 b3a42bd commit f957d52Copy full SHA for f957d52
src/storage/WebhookStore.js
@@ -45,7 +45,7 @@ class WebhookStore {
45
const opts = {
46
host: dbConfigEnv.host || 'localhost',
47
port: dbConfigEnv.port || '5432',
48
- dialect: dbConfigEnv.dialect,
+ dialect: dbConfigEnv.dialect || 'sqlite',
49
storage: dbConfigEnv.filename,
50
pool: {
51
max: 5,
0 commit comments