mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 06:12:50 +02:00
Fix server-console and ICE server address
This commit is contained in:
parent
026cc62fc1
commit
1191168f43
13 changed files with 22746 additions and 9713 deletions
1
domain-server/resources/web/web-new/dist/spa/css/472.1b315250.css
vendored
Normal file
1
domain-server/resources/web/web-new/dist/spa/css/472.1b315250.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
#firstTimeWizardContainer[data-v-4c988532]{animation:firstTimeWizardContainerFadeIn-4c988532 5s;-webkit-animation:firstTimeWizardContainerFadeIn-4c988532 5s;-moz-animation:firstTimeWizardContainerFadeIn-4c988532 5s;-o-animation:firstTimeWizardContainerFadeIn-4c988532 5s;-ms-animation:firstTimeWizardContainerFadeIn-4c988532 5s;background-color:#000000bf}@keyframes firstTimeWizardContainerFadeIn-4c988532{0%{background-color:#0000}to{background-color:#000000bf}}.welcome[data-v-4c988532]{color:#fff}.wizardCard[data-v-4c988532]{color:#fff}.mainWizardStepper[data-v-4c988532],.wizardCard[data-v-4c988532]{background:none!important;box-shadow:none!important}[data-v-4c988532] .q-stepper__header{display:none!important}[data-v-4c988532] .q-panel{overflow:hidden!important}.q-dialog__inner div[data-v-4c988532]{border:none!important;box-shadow:none!important}
|
|
@ -1 +0,0 @@
|
|||
#firstTimeWizardContainer[data-v-01471642]{animation:firstTimeWizardContainerFadeIn-01471642 5s;-webkit-animation:firstTimeWizardContainerFadeIn-01471642 5s;-moz-animation:firstTimeWizardContainerFadeIn-01471642 5s;-o-animation:firstTimeWizardContainerFadeIn-01471642 5s;-ms-animation:firstTimeWizardContainerFadeIn-01471642 5s;background-color:#000000bf}@keyframes firstTimeWizardContainerFadeIn-01471642{0%{background-color:#0000}to{background-color:#000000bf}}.welcome[data-v-01471642]{color:#fff}.wizardCard[data-v-01471642]{color:#fff}.mainWizardStepper[data-v-01471642],.wizardCard[data-v-01471642]{background:none!important;box-shadow:none!important}[data-v-01471642] .q-stepper__header{display:none!important}[data-v-01471642] .q-panel{overflow:hidden!important}.q-dialog__inner div[data-v-01471642]{border:none!important;box-shadow:none!important}
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><title>Vircadia Domain Dashboard</title><meta charset=utf-8><meta name=description content="The Domain dashboard for Vircadia virtual worlds."><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/png sizes=128x128 href=icons/favicon-128x128.png><link rel=icon type=image/png sizes=96x96 href=icons/favicon-96x96.png><link rel=icon type=image/png sizes=32x32 href=icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=icons/favicon-16x16.png><link rel=icon type=image/ico href=favicon.ico><script defer src=js/vendor.f7426f3d.js></script><script defer src=js/app.d7a0143e.js></script><link href=css/vendor.2ba81df8.css rel=stylesheet><link href=css/app.31d6cfe0.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
||||
<!DOCTYPE html><html><head><title>Overte Domain Dashboard</title><meta charset=utf-8><meta name=description content="The Domain dashboard for Overte virtual worlds."><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/png sizes=128x128 href=icons/favicon-128x128.png><link rel=icon type=image/png sizes=96x96 href=icons/favicon-96x96.png><link rel=icon type=image/png sizes=32x32 href=icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=icons/favicon-16x16.png><link rel=icon type=image/ico href=favicon.ico><script defer src=js/vendor.f7426f3d.js></script><script defer src=js/app.a371137e.js></script><link href=css/vendor.2ba81df8.css rel=stylesheet><link href=css/app.31d6cfe0.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
1
domain-server/resources/web/web-new/dist/spa/js/472.efda1ea2.js
vendored
Normal file
1
domain-server/resources/web/web-new/dist/spa/js/472.efda1ea2.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
domain-server/resources/web/web-new/dist/spa/js/app.a371137e.js
vendored
Normal file
1
domain-server/resources/web/web-new/dist/spa/js/app.a371137e.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
32442
domain-server/resources/web/web-new/package-lock.json
generated
32442
domain-server/resources/web/web-new/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,8 @@
|
|||
"eslint-plugin-import": "^2.19.1",
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-vue": "^7.0.0"
|
||||
"eslint-plugin-vue": "^7.0.0",
|
||||
"strip-ansi": "^3.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 10 Chrome versions",
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
-->
|
||||
|
||||
<template>
|
||||
<div id="q-app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
|
|
|
@ -60,12 +60,12 @@ namespace NetworkingConstants {
|
|||
const QString VIRCADIA_CONTENT_CDN_URL = "https://cdn-1.vircadia.com/us-e-1/";
|
||||
|
||||
#if USE_STABLE_GLOBAL_SERVICES
|
||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.vircadia.com";
|
||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.overte.org:7337";
|
||||
|
||||
const QString STUN_SERVER_DEFAULT_HOSTNAME = "stun1.l.google.com";
|
||||
const unsigned short STUN_SERVER_DEFAULT_PORT = 19302;
|
||||
#else
|
||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.vircadia.com";
|
||||
const QString ICE_SERVER_DEFAULT_HOSTNAME = "ice.overte.org:7337";
|
||||
|
||||
const QString STUN_SERVER_DEFAULT_HOSTNAME = "stun2.l.google.com";
|
||||
const unsigned short STUN_SERVER_DEFAULT_PORT = 19302;
|
||||
|
|
Loading…
Reference in a new issue