Fix local development
thakns chrome
This commit is contained in:
parent
96fa54f3ff
commit
b9a73b8142
2 changed files with 2 additions and 1 deletions
1
.env
1
.env
|
@ -1,4 +1,3 @@
|
|||
HOST=local-development.ury.org.uk
|
||||
REACT_APP_VERSION=$npm_package_version
|
||||
REACT_APP_HOMEPAGE=$npm_package_homepage
|
||||
REACT_APP_MYRADIO_NONAPI_BASE=https://ury.org.uk/myradio-staging
|
||||
|
|
2
.env.development
Normal file
2
.env.development
Normal file
|
@ -0,0 +1,2 @@
|
|||
HOST=local-development.ury.org.uk
|
||||
HTTPS=true
|
Loading…
Reference in a new issue