File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ var config = {
3636 // This value has no effect when using proxying unless SSL is enabled.
3737 // When SSL is enabled, this hostname must be verifiable against the supplied
3838 // certificate chain.
39- publicHostname : "apartment-building-docker.techsoft3d.com" || "127.0.0.1" , //change to server ip address if using ssl
39+ publicHostname : "apartment-building-architecture- docker.techsoft3d.com" || "127.0.0.1" , //change to server ip address if using ssl
4040
4141 // Determine if the servers use a mix of IPv4 and IPv6, or force to all IPv4
4242 // IPVersion values: { Auto, ForceIPv4 }
Original file line number Diff line number Diff line change 4646 async function startViewer ( ) {
4747
4848
49- var server = new ServerConnection ( "https://apartment-building-docker.techsoft3d.com" ) ; //change to IP of host server
49+ var server = new ServerConnection ( "https://apartment-building-architecture- docker.techsoft3d.com" ) ; //change to IP of host server
5050
5151 await server . connect ( ) ;
5252 viewer = new Communicator . WebViewer ( {
You can’t perform that action at this time.
0 commit comments