Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that DAP_PORT is always an int #3241

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

Gavinok
Copy link
Contributor

@Gavinok Gavinok commented Sep 18, 2024

As of now when the --debug flag is used with the set DAP_PORT env var will result in an exception since the port number will default to being a string rather than the required int type. The source of this error can be found here

This PR simply converts the port number from an str into an int

Copy link

@jamshale jamshale merged commit 0bd6991 into openwallet-foundation:main Sep 19, 2024
11 checks passed
ff137 pushed a commit to ff137/acapy that referenced this pull request Oct 22, 2024
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