diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index d26ce5656d..040bddf822 100644 --- a/src/config.ts +++ b/src/config.ts @@ -38,7 +38,7 @@ interface ISource { host: string; port: number; db: string; - user_id: string; + user: string; pass: string; }; redis: { |