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; host: string;
port: number; port: number;
db: string; db: string;
user_id: string; user: string;
pass: string; pass: string;
}; };
redis: { redis: {