Skip to content

Commit 0a7dd7b

Browse files
committed
uploader: set default endpoint to production (#2856)
Test Plan: Build the Pip package and install it into a new virtualenv. Using the new package, revoke auth (`tensorboard dev auth revoke`), then upload an experiment. Note that the correct Terms of Service and Privacy Policy documents are clearly displayed in the consent prompt. wchargin-branch: uploader-prod
1 parent 0ec6928 commit 0a7dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/uploader/uploader_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _define_flags(parser):
9292
parser.add_argument(
9393
'--endpoint',
9494
type=str,
95-
default='localhost:10000',
95+
default='api.tensorboard.dev:443',
9696
help='URL for the API server accepting write requests.')
9797

9898
parser.add_argument(

0 commit comments

Comments
 (0)