feat: Able to modify database passwords
This commit is contained in:
3
src/app.d.ts
vendored
3
src/app.d.ts
vendored
@@ -15,6 +15,9 @@ declare namespace App {
|
||||
readOnly: boolean;
|
||||
source: string;
|
||||
settings: string;
|
||||
database: Record<string, any>;
|
||||
versions: string;
|
||||
privatePort: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user