We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f13f22 commit ecf6afdCopy full SHA for ecf6afd
internal/branches/get/get.go
@@ -105,5 +105,6 @@ func toStandardEnvs(detail api.BranchDetailResponse, pooler api.SupavisorConfigR
105
envs["POSTGRES_URL"] = utils.ToPostgresURL(*config)
106
envs["POSTGRES_URL_NON_POOLING"] = utils.ToPostgresURL(direct)
107
envs["SUPABASE_URL"] = "https://" + utils.GetSupabaseHost(detail.Ref)
108
+ envs["SUPABASE_JWT_SECRET"] = *detail.JwtSecret
109
return envs
110
}
0 commit comments