mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
refactor(server): port env (#13158)
This commit is contained in:
@@ -4,6 +4,7 @@ import { DatabaseExtension } from 'src/interfaces/database.interface';
|
||||
import { Mocked, vitest } from 'vitest';
|
||||
|
||||
const envData: EnvData = {
|
||||
port: 3001,
|
||||
environment: ImmichEnvironment.PRODUCTION,
|
||||
|
||||
database: {
|
||||
|
||||
Reference in New Issue
Block a user