DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Bug: no domain for local API server hosting #95

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

Problem with latest master branch, commit 0b54d16

Am trying to run a local API server using the ./dss-api script.

Expected behavior is the local API server will run at http://localhost:5000

Actual behavior is the local API server does not have any domain set, and says it is running at http://:5000

$ git clone https://github.com/DataBiosphere/data-store
$ cd data-store
$ source environment
$ ./dss-api

...

INFO:dss:Flask debug is disabled.
Serving on http://:5000
chmreid commented 4 years ago

Closed by #96