From 6de08d07a3d5cc4db2c9900f59a66ccca8643918 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Fri, 24 May 2019 03:26:56 +0900 Subject: Support PostgreSQL Extra Connection options (#4970) --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 7da9820f22..c35bc63573 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -14,6 +14,7 @@ export type Source = { db: string; user: string; pass: string; + extra?: { [x: string]: string }; }; redis: { host: string; -- cgit v1.2.3-freya