forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
7f25fcea9a
commit
52af143a41
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue