mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): config file env (#13100)
This commit is contained in:
parent
4d20b11f25
commit
63437529e1
41 changed files with 259 additions and 84 deletions
|
|
@ -3,6 +3,7 @@ import { VectorExtension } from 'src/interfaces/database.interface';
|
|||
export const IConfigRepository = 'IConfigRepository';
|
||||
|
||||
export interface EnvData {
|
||||
configFile?: string;
|
||||
database: {
|
||||
skipMigrations: boolean;
|
||||
vectorExtension: VectorExtension;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue