mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): port env (#13158)
This commit is contained in:
parent
bf43c32dbf
commit
892a35acb5
4 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue