Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
90c6d5e3
Unverified
Commit
90c6d5e3
authored
Mar 03, 2020
by
Dhruv Gupta
Committed by
GitHub
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add forwarded port for sdm (#2072)
parent
127c9611
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Vagrantfile
Vagrantfile
+1
-0
appinventor/appengine/build.xml
appinventor/appengine/build.xml
+2
-0
No files found.
Vagrantfile
View file @
90c6d5e3
...
...
@@ -25,6 +25,7 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provision
:shell
,
path:
"bootstrap.sh"
config
.
vm
.
network
:forwarded_port
,
guest:
8888
,
host:
8888
config
.
vm
.
network
:forwarded_port
,
guest:
9876
,
host:
9876
config
.
vm
.
network
:forwarded_port
,
guest:
9990
,
host:
9990
end
appinventor/appengine/build.xml
View file @
90c6d5e3
...
...
@@ -617,6 +617,8 @@
<jvmarg
value=
"-Xmx1G"
/>
<arg
line=
"-style PRETTY -logLevel INFO"
/>
<arg
value=
"com.google.appinventor.YaClient"
/>
<arg
value=
"-bindAddress"
/>
<arg
value=
"0.0.0.0"
/>
</java>
</target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment