diff --git a/.env.development b/.env.development index cef14df..64a2760 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ GEN3_COMMONS_NAME=gen3 -NEXT_PUBLIC_GEN3_API=https://brhstaging.data-commons.org +NEXT_PUBLIC_GEN3_API=https://localhost:3010 diff --git a/start.sh b/start.sh index 5cf0f39..338a34a 100755 --- a/start.sh +++ b/start.sh @@ -2,4 +2,4 @@ set -e echo "starting server" -npm run start +npm run start --hostname 0.0.0.0