mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
refactor(server): db env (#13167)
This commit is contained in:
@@ -26,6 +26,12 @@ export interface EnvData {
|
||||
};
|
||||
|
||||
database: {
|
||||
url?: string;
|
||||
host: string;
|
||||
port: number;
|
||||
username: string;
|
||||
password: string;
|
||||
name: string;
|
||||
skipMigrations: boolean;
|
||||
vectorExtension: VectorExtension;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user