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:
@ -116,6 +116,7 @@ export class EnvironmentVariables {
|
||||
protocols: ['postgres'],
|
||||
require_tld: false,
|
||||
allow_underscores: true,
|
||||
require_host: false,
|
||||
})
|
||||
PG_DATABASE_URL: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user