Don't require host for postgres (twentyhq#8157) (#8159)

Not sure if this will pass the tests; I don't have TS experience so I'll
see what CI does with it.

Fixes #8157
This commit is contained in:
Jesse Cooke 2024-10-29 00:46:54 -07:00 committed by GitHub
parent 409def8431
commit 88de2872d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,7 @@ export class EnvironmentVariables {
protocols: ['postgres'],
require_tld: false,
allow_underscores: true,
require_host: false,
})
PG_DATABASE_URL: string;