SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

Don't run on default port 3030 in production #10

Closed roopakv closed 6 years ago

roopakv commented 6 years ago

A lot of developers who will use this app probably use 3030 for their apps, and it took me a while to figure out that running my app in the background broke dbKoda, in production it might be worth looking into using a random high port, or give the user to change this somehow :)

michaeljharrison commented 6 years ago

Hey there,

Thanks for giving dbKoda a try and letting us know of this issue, you're absolutely right! We'll make a change so that dbKoda finds an unused port on start up so it doesn't interfere with your other apps. We'll put this in our next hotfix release and I'll update this issue once it's available. :)

Kind Regards, Mike from dbKoda.

roopakv commented 6 years ago

Thank you for the quick response! We're just starting to use it, finding it to be super useful :)

michaeljharrison commented 6 years ago

Hey,

Just letting you know the new version of dbKoda is out today and the fix for this issue is in there, you can grab the latest version on dbkoda.com along with the full release notes for 0.10. Thanks again for helping us improve the product!

Thanks, Mike from dbKoda.

roopakv commented 6 years ago

Thank you for following up @michaeljharrison ! will check out the new version as soon as .i get a chance