1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 10:19:26 -05: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: {