conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

update conda-store-ui to new default port #324

Closed dcmcand closed 10 months ago

dcmcand commented 10 months ago

Fixes #322

Description

Updates the default conda-store-ui port to be compatible with new conda-store-server default port. Although conda-store-server is configurable which port it runs on, and webpack will increment the port if 8080 isn't free, this PR removes the inherent conflict in ports. It also stops conda-store-server from running on port 5000 which is problematic for Mac users.

This pull request:

Pull request checklist

Additional information