|
|
@@ -16,7 +16,7 @@ if is_root:
|
|
|
cfg_path = '/etc/sysvitals.cfg'
|
|
|
else:
|
|
|
cfg_path = path.join(path.dirname(path.abspath(__file__)), 'sysvitals.cfg')
|
|
|
-default_api_server = 'http://localhost:8892'
|
|
|
+default_api_server = 'http://api.sysvitals.com'
|
|
|
|
|
|
def post():
|
|
|
if not config.read(cfg_path):
|