mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
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:
parent
409def8431
commit
88de2872d8
@ -116,6 +116,7 @@ export class EnvironmentVariables {
|
||||
protocols: ['postgres'],
|
||||
require_tld: false,
|
||||
allow_underscores: true,
|
||||
require_host: false,
|
||||
})
|
||||
PG_DATABASE_URL: string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user