mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): move host env to config repo (#13507)
* refactor(server): access host through repository * refactor(server): access host through repository
This commit is contained in:
parent
e8015dc7d7
commit
51d4899cd1
3 changed files with 3 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ import { VectorExtension } from 'src/interfaces/database.interface';
|
|||
export const IConfigRepository = 'IConfigRepository';
|
||||
|
||||
export interface EnvData {
|
||||
host?: string;
|
||||
port: number;
|
||||
environment: ImmichEnvironment;
|
||||
configFile?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue