mirror of
https://github.com/immich-app/immich.git
synced 2025-12-13 00:01:09 -08:00
refactor(server): database config (#13730)
This commit is contained in:
@@ -16,11 +16,16 @@ const envData: EnvData = {
|
||||
},
|
||||
|
||||
database: {
|
||||
host: 'database',
|
||||
port: 5432,
|
||||
username: 'postgres',
|
||||
password: 'postgres',
|
||||
name: 'immich',
|
||||
config: {
|
||||
type: 'postgres',
|
||||
host: 'database',
|
||||
port: 5432,
|
||||
username: 'postgres',
|
||||
password: 'postgres',
|
||||
name: 'immich',
|
||||
synchronize: false,
|
||||
migrationsRun: true,
|
||||
},
|
||||
|
||||
skipMigrations: false,
|
||||
vectorExtension: DatabaseExtension.VECTORS,
|
||||
|
||||
Reference in New Issue
Block a user