Change default site in API clients
(imported from commit 185cf8e27cb6ecd1cd8ccca834d30ca0de2236b8)
This commit is contained in:
parent
7a19875c37
commit
b88df2cf8e
12 changed files with 15 additions and 15 deletions
|
@ -12,7 +12,7 @@ Example: print-next-messages --user=tabbott@humbughq.com --site=http://127.0.0.1
|
|||
parser = optparse.OptionParser(usage=usage)
|
||||
parser.add_option('--site',
|
||||
dest='site',
|
||||
default="https://app.humbughq.com",
|
||||
default="https://humbughq.com",
|
||||
action='store')
|
||||
parser.add_option('--api-key',
|
||||
dest='api_key',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue