Skip to content

Commit c210520

Browse files
committed
fix: add scheme to supabase url for bootstrap
1 parent 57f4d51 commit c210520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bootstrap/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func writeDotEnv(keys []api.ApiKeyResponse, config pgconn.Config, fsys afero.Fs)
213213
transactionMode := *config.Copy()
214214
transactionMode.Port = 6543
215215
initial := map[string]string{
216-
SUPABASE_URL: utils.GetSupabaseHost(flags.ProjectRef),
216+
SUPABASE_URL: "https://" + utils.GetSupabaseHost(flags.ProjectRef),
217217
POSTGRES_URL: utils.ToPostgresURL(transactionMode),
218218
}
219219
for _, entry := range keys {

0 commit comments

Comments
 (0)