mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
parent
c1051c7ed2
commit
97c62136b7
14 changed files with 34 additions and 174 deletions
|
|
@ -3,7 +3,7 @@ import { ConfigRepository, EnvData } from 'src/repositories/config.repository';
|
|||
import { RepositoryInterface } from 'src/types';
|
||||
import { Mocked, vitest } from 'vitest';
|
||||
|
||||
const envData: EnvData = {
|
||||
export const envData: EnvData = {
|
||||
port: 2283,
|
||||
environment: ImmichEnvironment.Production,
|
||||
logFormat: LogFormat.Console,
|
||||
|
|
@ -30,9 +30,8 @@ const envData: EnvData = {
|
|||
username: 'postgres',
|
||||
password: 'postgres',
|
||||
},
|
||||
|
||||
skipMigrations: false,
|
||||
vectorExtension: DatabaseExtension.Vectors,
|
||||
vectorExtension: DatabaseExtension.VectorChord,
|
||||
},
|
||||
|
||||
helmet: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue