refactor(server): port env (#13158)

This commit is contained in:
Jason Rasmussen 2024-10-03 13:29:40 -04:00 committed by GitHub
parent bf43c32dbf
commit 892a35acb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@ import { VectorExtension } from 'src/interfaces/database.interface';
export const IConfigRepository = 'IConfigRepository';
export interface EnvData {
port: number;
environment: ImmichEnvironment;
configFile?: string;
logLevel?: LogLevel;