Update default RefStack API endpoint
The refstack.net site was updated to use a single domain in order for the new patches to work. Thus, the default api endpoint should reflect the new api endpoint which is refstack.net/api. Change-Id: Icc7b501a65792a79635c4a7263eb9a3e0767d33e
This commit is contained in:
parent
67de4f69dc
commit
1ed86f22c0
@ -407,11 +407,11 @@ def parse_cli_args(args=None):
|
||||
action='store',
|
||||
required=False,
|
||||
default=os.environ.get(
|
||||
'REFSTACK_URL', 'http://api.refstack.net'),
|
||||
'REFSTACK_URL', 'http://refstack.net/api'),
|
||||
type=str,
|
||||
help='Refstack API URL to upload results to. '
|
||||
'Defaults to env[REFSTACK_URL] or '
|
||||
'http://api.refstack.net if it is not set '
|
||||
'http://refstack.net/api if it is not set '
|
||||
'(--url http://localhost:8000).')
|
||||
|
||||
network_args.add_argument('-k', '--insecure',
|
||||
|
Loading…
x
Reference in New Issue
Block a user