forked from mirrors/relay
Add scrape endpoint to .env
This commit is contained in:
parent
fafba69258
commit
d4e51a1afa
1 changed files with 2 additions and 0 deletions
2
.env
2
.env
|
@ -9,3 +9,5 @@ FOOTER_BLURB="Contact <a href=\"https://masto.asonix.dog/@asonix\">@asonix</a> f
|
||||||
LOCAL_DOMAINS="masto.asonix.dog"
|
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>"
|
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
|
# OPENTELEMETRY_URL=http://localhost:4317
|
||||||
|
PROMETHEUS_ADDR=127.0.0.1
|
||||||
|
PROMETHEUS_PORT=9000
|
||||||
|
|
Loading…
Reference in a new issue