Add scrape endpoint to .env
continuous-integration/drone/push Build is passing Details

main
asonix 2022-12-26 11:20:02 -06:00
parent fafba69258
commit d4e51a1afa
1 changed files with 2 additions and 0 deletions

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