Skip to content
Snippets Groups Projects
Commit c56e1d7d authored by Greg Fodor's avatar Greg Fodor
Browse files

Use hubs.local

parent e82c5ea1
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ if [ ! -e ../reticulum ]; then ...@@ -4,4 +4,4 @@ if [ ! -e ../reticulum ]; then
echo "This script assumes reticulum is checked out in a sibling to this folder." echo "This script assumes reticulum is checked out in a sibling to this folder."
fi fi
rm -rf ../reticulum/priv/static ; GENERATE_SMOKE_TESTS=true BASE_ASSETS_PATH=https://hubs.test:4000/ yarn build -- --output-path ../reticulum/priv/static rm -rf ../reticulum/priv/static ; GENERATE_SMOKE_TESTS=true BASE_ASSETS_PATH=https://hubs.local:4000/ yarn build -- --output-path ../reticulum/priv/static
...@@ -44,7 +44,7 @@ function createHTTPSConfig() { ...@@ -44,7 +44,7 @@ function createHTTPSConfig() {
}, },
{ {
type: 2, type: 2,
value: "hubs.test" value: "hubs.local"
} }
] ]
} }
...@@ -97,7 +97,7 @@ const config = { ...@@ -97,7 +97,7 @@ const config = {
https: createHTTPSConfig(), https: createHTTPSConfig(),
host: "0.0.0.0", host: "0.0.0.0",
useLocalIp: true, useLocalIp: true,
public: "hubs.test:8080", public: "hubs.local:8080",
port: 8080, port: 8080,
before: function(app) { before: function(app) {
// networked-aframe makes HEAD requests to the server for time syncing. Respond with an empty body. // networked-aframe makes HEAD requests to the server for time syncing. Respond with an empty body.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment