Change default URL to http://localhost/nilmdb/
This commit is contained in:
parent
a56dc22030
commit
3eff3d81fe
|
@ -85,7 +85,7 @@ class Filter(object):
|
|||
description = description)
|
||||
group = parser.add_argument_group("General filter arguments")
|
||||
group.add_argument("-u", "--url", action="store",
|
||||
default="http://localhost:12380/",
|
||||
default="http://localhost/nilmdb/",
|
||||
help="Server URL (default: %(default)s)")
|
||||
group.add_argument("-U", "--dest-url", action="store",
|
||||
help="Destination server URL "
|
||||
|
|
|
@ -32,7 +32,7 @@ def parse_args(argv = None):
|
|||
created in the stream. Overlapping data returns an error.
|
||||
""")
|
||||
parser.add_argument("-u", "--url", action="store",
|
||||
default="http://localhost:12380/",
|
||||
default="http://localhost/nilmdb/",
|
||||
help="NilmDB server URL (default: %(default)s)")
|
||||
parser.add_argument("-r", "--rate", action="store", default=8000,
|
||||
type=float,
|
||||
|
|
Loading…
Reference in New Issue
Block a user