Browse Source

Add scrape endpoint to .env

asonix 1 year ago
parent
commit
d4e51a1afa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .env

+ 2 - 0
.env

@@ -9,3 +9,5 @@ FOOTER_BLURB="Contact <a href=\"https://masto.asonix.dog/@asonix\">@asonix</a> f
 LOCAL_DOMAINS="masto.asonix.dog"
 LOCAL_BLURB="<p>Welcome to my cool relay where I have cool relay things happening. I hope you enjoy your stay!</p>"
 # OPENTELEMETRY_URL=http://localhost:4317
+PROMETHEUS_ADDR=127.0.0.1
+PROMETHEUS_PORT=9000