Skip to content

Commit 82a7d05

Browse files
committed
update envs
1 parent 10c3c9a commit 82a7d05

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.env.sample.holesky

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ MEV_RELAYS=https://0xab78bf8c781c58078c3beb5710c57940874dd96aef2835e7742c866b4c7
196196
# Prometheus service owner used to uniquely identify user from which metrics are pushed.
197197
#SERVICE_OWNER=charon_user
198198

199-
# Discord user IDs for alert notifications (comma-separated).
200-
#ALERT_DISCORD_IDS=
199+
# To get Alerted with Obol Agent monitoring on Discord, specify your Discord ID(s) below.
200+
# Enable developer mode on discord with User Settings > Advanced.
201+
# Then right click on a user's profile picture or name and select Copy ID to get a unique 18-digit number that represents their account.
202+
# Specify multiple discord IDs using comma separation. (e.g. `DISCORD_IDS=123456789098765432,098765432123456789`)
203+
#ALERT_DISCORD_IDS=""
201204

202205
# Uncomment these if you have log exporting with Promtail
203206
# and want to disable log export on a particular container.

.env.sample.hoodi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ MEV_RELAYS=https://0x98f0ef62f00780cf8eb06701a7d22725b9437d4768bb19b363e882ae871
196196
# Prometheus service owner used to uniquely identify user from which metrics are pushed.
197197
#SERVICE_OWNER=charon_user
198198

199-
# Discord user IDs for alert notifications (comma-separated).
200-
#ALERT_DISCORD_IDS=
199+
# To get Alerted with Obol Agent monitoring on Discord, specify your Discord ID(s) below.
200+
# Enable developer mode on discord with User Settings > Advanced.
201+
# Then right click on a user's profile picture or name and select Copy ID to get a unique 18-digit number that represents their account.
202+
# Specify multiple discord IDs using comma separation. (e.g. `DISCORD_IDS=123456789098765432,098765432123456789`)
203+
#ALERT_DISCORD_IDS=""
201204

202205
# Uncomment these if you have log exporting with Promtail
203206
# and want to disable log export on a particular container.

.env.sample.mainnet

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ MEV_RELAYS=https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b
196196
# Prometheus service owner used to uniquely identify user from which metrics are pushed.
197197
#SERVICE_OWNER=charon_user
198198

199-
# Discord user IDs for alert notifications (comma-separated).
200-
#ALERT_DISCORD_IDS=
199+
# To get Alerted with Obol Agent monitoring on Discord, specify your Discord ID(s) below.
200+
# Enable developer mode on discord with User Settings > Advanced.
201+
# Then right click on a user's profile picture or name and select Copy ID to get a unique 18-digit number that represents their account.
202+
# Specify multiple discord IDs using comma separation. (e.g. `DISCORD_IDS=123456789098765432,098765432123456789`)
203+
#ALERT_DISCORD_IDS=""
201204

202205
# Uncomment these if you have log exporting with Promtail
203206
# and want to disable log export on a particular container.

0 commit comments

Comments
 (0)