Add scrape endpoint to .env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2022-12-26 11:20:02 -06:00
parent fafba69258
commit d4e51a1afa

2
.env
View file

@ -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