feat: allow self signed certificates with postgres connections (#5143)
This commit is contained in:
@ -103,6 +103,11 @@ export class EnvironmentVariables {
|
||||
})
|
||||
PG_DATABASE_URL: string;
|
||||
|
||||
@CastToBoolean()
|
||||
@IsBoolean()
|
||||
@IsOptional()
|
||||
PG_SSL_ALLOW_SELF_SIGNED = false;
|
||||
|
||||
// Frontend URL
|
||||
@IsUrl({ require_tld: false })
|
||||
FRONT_BASE_URL: string;
|
||||
|
||||
Reference in New Issue
Block a user