Skip to content

Commit 3e0868f

Browse files
committed
update
1 parent 204e3dc commit 3e0868f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/server_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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({

0 commit comments

Comments
 (0)