Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Hubs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ar-noc
Hubs
Commits
c56e1d7d
Commit
c56e1d7d
authored
6 years ago
by
Greg Fodor
Browse files
Options
Downloads
Patches
Plain Diff
Use hubs.local
parent
e82c5ea1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/build_local_reticulum.sh
+1
-1
1 addition, 1 deletion
scripts/build_local_reticulum.sh
webpack.config.js
+2
-2
2 additions, 2 deletions
webpack.config.js
with
3 additions
and
3 deletions
scripts/build_local_reticulum.sh
+
1
−
1
View file @
c56e1d7d
...
@@ -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
This diff is collapsed.
Click to expand it.
webpack.config.js
+
2
−
2
View file @
c56e1d7d
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment