Skip to content

add sandbox base url config#710

Draft
kevinjosethomas wants to merge 1 commit into
mainfrom
feature/sandbox-base-url-config
Draft

add sandbox base url config#710
kevinjosethomas wants to merge 1 commit into
mainfrom
feature/sandbox-base-url-config

Conversation

@kevinjosethomas
Copy link
Copy Markdown
Member

  • adds a separate sandbox base url so dev can use sandbox ingress without changing the main api url.
  • routes only sandbox api paths through the sandbox url while keeping templates and other requests on the main api.
  • preserves the value in saved config environments and covers config plus sdk routing with tests.


assert view_result.exit_code == 0, view_result.output
assert "Sandbox Base URL" in view_result.output
assert "https://sandbox.dev.example" in view_result.output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants