diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-06-10 11:44:01 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-06-10 11:44:01 +0900 |
| commit | 95b1e1a21d82567cb4e7802fa23e87692b33c1fa (patch) | |
| tree | 23e993b7bcf140bb7a61b75af70636c7a2ddb390 /src/db/postgre.ts | |
| parent | Merge branch 'develop' (diff) | |
| parent | 11.20.2 (diff) | |
| download | misskey-95b1e1a21d82567cb4e7802fa23e87692b33c1fa.tar.gz misskey-95b1e1a21d82567cb4e7802fa23e87692b33c1fa.tar.bz2 misskey-95b1e1a21d82567cb4e7802fa23e87692b33c1fa.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/db/postgre.ts')
| -rw-r--r-- | src/db/postgre.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/postgre.ts b/src/db/postgre.ts index 8e2d585e99..f0f1e7eec0 100644 --- a/src/db/postgre.ts +++ b/src/db/postgre.ts @@ -102,7 +102,7 @@ export function initDb(justBorrow = false, sync = false, log = false) { host: config.redis.host, port: config.redis.port, options:{ - auth_pass: config.redis.pass, + password: config.redis.pass, prefix: config.redis.prefix, db: config.redis.db || 0 } |