Fix local development

thakns chrome
This commit is contained in:
Marks Polakovs 2021-05-12 20:32:58 +01:00
parent 96fa54f3ff
commit b9a73b8142
2 changed files with 2 additions and 1 deletions

1
.env
View file

@ -1,4 +1,3 @@
HOST=local-development.ury.org.uk
REACT_APP_VERSION=$npm_package_version REACT_APP_VERSION=$npm_package_version
REACT_APP_HOMEPAGE=$npm_package_homepage REACT_APP_HOMEPAGE=$npm_package_homepage
REACT_APP_MYRADIO_NONAPI_BASE=https://ury.org.uk/myradio-staging REACT_APP_MYRADIO_NONAPI_BASE=https://ury.org.uk/myradio-staging

2
.env.development Normal file
View file

@ -0,0 +1,2 @@
HOST=local-development.ury.org.uk
HTTPS=true