1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 12:39:26 -05:00
This commit is contained in:
syuilo 2023-04-08 15:59:41 +09:00
parent eefa06622b
commit 975e79fa3b

View file

@ -32,8 +32,6 @@ export type Source = {
db: string;
user: string;
pass: string;
disableCache?: boolean;
extra?: { [x: string]: string };
}[];
redis: {
host: string;