mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(server): db env (#13167)
This commit is contained in:
parent
e2bf6808ca
commit
3ac00b0ffa
11 changed files with 84 additions and 31 deletions
|
|
@ -10,6 +10,12 @@ const envData: EnvData = {
|
|||
buildMetadata: {},
|
||||
|
||||
database: {
|
||||
host: 'database',
|
||||
port: 5432,
|
||||
username: 'postgres',
|
||||
password: 'postgres',
|
||||
name: 'immich',
|
||||
|
||||
skipMigrations: false,
|
||||
vectorExtension: DatabaseExtension.VECTORS,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue