We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the api_url in NIP96 json and the nip94_event URLs do not include the port specified in the configuration file. As a result:
api_url
nip94_event
localhost:3000
https://localhost/***
localhost
Although unnecessary for deployment, this change would greatly assist development and testing in local environments.
The text was updated successfully, but these errors were encountered:
quentintaranpino
No branches or pull requests
Currently, the
api_url
in NIP96 json and thenip94_event
URLs do not include the port specified in the configuration file. As a result:localhost:3000
, the URLs are set tohttps://localhost/***
, which doesn’t allow proper access.localhost
, the URLs are forced to use https, which can be incompatible with local testing environments.Feature Request
Although unnecessary for deployment, this change would greatly assist development and testing in local environments.
The text was updated successfully, but these errors were encountered: