IDunion / indy-did-resolver

Resolver for the did:indy method
Apache License 2.0
8 stars 7 forks source link

Default port configuration #7

Closed c2bo closed 2 years ago

c2bo commented 2 years ago

I just realized that you changed the default port from 8080 to 8081 in the rust implementation @domwoe. This needs to be matched in the Dockerfile. Do we want to keep port 8081 - I guess there are some problems opening port 8080 on some systems?

c2bo commented 2 years ago

I guess the best solution would be to allow configuration of the desired port (and perhaps some other attributes) via config file (e.g. yaml) or flags? What do you think?

domwoe commented 2 years ago

Yes, I'd agree to expose this as a configuration parameter.