mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 20:11:30 +00:00
fix: change port to 9001
This commit is contained in:
parent
165ef260b5
commit
79b9fc28bc
|
@ -6,7 +6,7 @@ import time
|
||||||
import typing
|
import typing
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
PROMETHEUS_URL = "http://localhost:9090"
|
PROMETHEUS_URL = "http://localhost:9001"
|
||||||
|
|
||||||
|
|
||||||
class PrometheusInfo:
|
class PrometheusInfo:
|
||||||
|
|
Loading…
Reference in a new issue