Merge pull request #49 from mitchemmc/hotfix/disconnects

Edit backend url -> connect to stage
This commit is contained in:
Nicola Thouliss 2021-09-04 18:13:36 +10:00 committed by GitHub
commit c76e4e04fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
REACT_APP_BROKER_URL=https://connect.owlbear.rodeo
REACT_APP_ICE_SERVERS_URL=https://connect.owlbear.rodeo/iceservers
REACT_APP_BROKER_URL=https://stage.owlbear.rodeo
REACT_APP_ICE_SERVERS_URL=https://stage.owlbear.rodeo/iceservers
REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51
REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo
REACT_APP_VERSION=$npm_package_version

View File

@ -1,6 +1,6 @@
{
"name": "owlbear-rodeo",
"version": "1.10.0.1",
"version": "1.10.0.2",
"private": true,
"dependencies": {
"@babylonjs/core": "^4.2.0",
@ -18,7 +18,7 @@
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.2",
"ajv": "^8.6.2",
"ammo.js": "kripken/ammo.js",
"ammo.js": "kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7",
"case": "^1.6.3",
"color": "^3.2.1",
"comlink": "^4.3.1",

View File

@ -3723,9 +3723,9 @@ alphanum-sort@^1.0.0:
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
ammo.js@kripken/ammo.js:
ammo.js@kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7:
version "0.0.2"
resolved "https://codeload.github.com/kripken/ammo.js/tar.gz/c40aee525f2e3d4d2917938bf4e0b21d27f40d3c"
resolved "https://codeload.github.com/kripken/ammo.js/tar.gz/85c0614cd5338aa0843814fe7bbd2df48164ece7"
ansi-colors@^3.0.0:
version "3.2.4"