1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 13:16:08 +02:00
This commit is contained in:
syuilo
2017-01-17 08:57:31 +09:00
parent 7f25fcea9a
commit 52af143a41

View File

@@ -38,7 +38,7 @@ interface ISource {
host: string;
port: number;
db: string;
user_id: string;
user: string;
pass: string;
};
redis: {