Merge branch 'mix-format' into 'develop'
mix format See merge request soapbox-pub/rebased!195
This commit is contained in:
commit
611097b1a6
1 changed files with 5 additions and 2 deletions
|
@ -28,8 +28,11 @@
|
||||||
auth_token: System.get_env("PROMETHEUS_AUTH_TOKEN", "supersecret")
|
auth_token: System.get_env("PROMETHEUS_AUTH_TOKEN", "supersecret")
|
||||||
|
|
||||||
config :pleroma, Pleroma.PromEx,
|
config :pleroma, Pleroma.PromEx,
|
||||||
prometheus_data_source_id: System.get_env("PROMETHEUS_DATASOURCE_ID",
|
prometheus_data_source_id:
|
||||||
"Prometheus"),
|
System.get_env(
|
||||||
|
"PROMETHEUS_DATASOURCE_ID",
|
||||||
|
"Prometheus"
|
||||||
|
),
|
||||||
grafana: [
|
grafana: [
|
||||||
host: System.get_env("GRAFANA_HOST", "http://localhost:3000"),
|
host: System.get_env("GRAFANA_HOST", "http://localhost:3000"),
|
||||||
auth_token: System.get_env("GRAFANA_AUTH_TOKEN", "LOLNO"),
|
auth_token: System.get_env("GRAFANA_AUTH_TOKEN", "LOLNO"),
|
||||||
|
|
Loading…
Reference in a new issue