Skip to content

Conversation

@soul2zimate
Copy link
Contributor

Description

chore: remove exhort_dev_mode and default endpoints and use value from environment variables or arguments

Related issue (if any): fixes #210

Checklist

  • I have followed this repository's contributing guidelines.
  • I will adhere to the project's code of conduct.

@soul2zimate soul2zimate requested a review from ruromero November 18, 2025 08:13
Copy link
Collaborator

@ruromero ruromero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 2 remarks. The implementation is correct.

  • Remove the backend-url from the cli arguments to match the JS functionality and only rely on env vars.
  • Remove the default value for prod. No default value should be set and it should fail when it's not set.

@soul2zimate
Copy link
Contributor Author

Only 2 remarks. The implementation is correct.

* Remove the backend-url from the cli arguments to match the JS functionality and only rely on env vars.

* Remove the default value for prod. No default value should be set and it should fail when it's not set.

Thanks for the review and suggestion. I have updated the solution.

@soul2zimate soul2zimate merged commit 2890a64 into guacsec:main Nov 18, 2025
6 of 39 checks passed
@soul2zimate soul2zimate deleted the dev_endpoint_main branch November 18, 2025 23:42
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.

Remove default endpoints and use environment variables or arguments

2 participants