Adjusted password
This commit is contained in:
@ -5,7 +5,7 @@ config :pleroma, :instance,
|
|||||||
|
|
||||||
config :prometheus, Pleroma.Web.Endpoint.MetricsExporter,
|
config :prometheus, Pleroma.Web.Endpoint.MetricsExporter,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
auth: {:basic, "prometheus", "zcEHi6KZF372cC4G"},
|
auth: {:basic, "prometheus", "${prometheus}"},
|
||||||
ip_whitelist: ["127.0.0.1"],
|
ip_whitelist: ["127.0.0.1"],
|
||||||
path: "/api/pleroma/app_metrics",
|
path: "/api/pleroma/app_metrics",
|
||||||
format: :text
|
format: :text
|
||||||
|
Reference in New Issue
Block a user