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: {