Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f520eee

Browse filesBrowse files
committed
Change app to listen on 8081
the proxy listens on 8080 and forwards to 8081
1 parent 158af6c commit f520eee
Copy full SHA for f520eee

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎managed_vms/endpoints/main.py

Copy file name to clipboardExpand all lines: managed_vms/endpoints/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def unexpected_error(e):
9090
if __name__ == '__main__':
9191
# This is used when running locally. Gunicorn is used to run the
9292
# application on Google App Engine. See entrypoint in app.yaml.
93-
app.run(host='127.0.0.1', port=8080, debug=True)
93+
app.run(host='127.0.0.1', port=8081, debug=True)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.