refactor: better postgres connection param typing (#13800)
This commit is contained in:
@@ -17,6 +17,8 @@ const envData: EnvData = {
|
||||
|
||||
database: {
|
||||
config: {
|
||||
connectionType: 'parts',
|
||||
database: 'immich',
|
||||
type: 'postgres',
|
||||
host: 'database',
|
||||
port: 5432,
|
||||
|
||||
Reference in New Issue
Block a user