Skip to content

Commit

Permalink
fix(client-lib): use http instead of https by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter committed Jan 24, 2025
1 parent 83397a6 commit 13b09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jstz_node/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ client_settings:
# `environments` are a map of the name of the environment (e.g. "sandbox",
# "production") to the corresponding url to use.
environments:
production: https://localhost:8933
production: http://localhost:8933

# `pagination` defines [pagination schemes] which provides a template to match
# endpoints and generate next-page and auto-pagination helpers in the SDKs.
Expand Down

0 comments on commit 13b09ca

Please sign in to comment.