Redis prefixにホスト名を使用するように (Resolve #5639) (#5640)

This commit is contained in:
MeiMei 2019-12-15 03:34:11 +09:00 committed by syuilo
parent e9360ac892
commit 66165b1935
2 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,8 @@ export default function load() {
if (config.autoAdmin == null) config.autoAdmin = false;
if (!config.redis.prefix) config.redis.prefix = mixin.host;
return Object.assign(config, mixin);
}