File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ MANAGED_WORKER_SECRET=447c29678f9eaf289e9c4b70d3dd8a7f
18
18
# - See the docs for more information: https://trigger.dev/docs/self-hosting/docker
19
19
# TRIGGER_WORKER_TOKEN=
20
20
21
+ # Worker URLs
22
+ # - In split setups, uncomment and set to the public URL of your webapp
23
+ # TRIGGER_API_URL=https://trigger.example.com
24
+ # OTEL_EXPORTER_OTLP_ENDPOINT=https://trigger.example.com/otel
25
+
21
26
# Postgres
22
27
# - Do NOT use these defaults in production
23
28
# - Especially if you decide to expose the database to the internet
@@ -53,14 +58,6 @@ DEV_OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:8030/otel
53
58
# - 8GB machine: NODE_MAX_OLD_SPACE_SIZE=6400
54
59
# NODE_MAX_OLD_SPACE_SIZE=8192
55
60
56
- # Worker
57
- # - These are the settings for the worker and will depend on your setup
58
- # - Any defaults are designed to work out of the box with the combined setup
59
- # Point this at the webapp in prod
60
- # TRIGGER_API_URL=http://webapp:3000
61
- # Point this at your OTel collector or the webapp in prod
62
- # OTEL_EXPORTER_OTLP_ENDPOINT=http://webapp:3000/otel
63
-
64
61
# Docker Registry
65
62
# - When testing locally, the default values should be fine
66
63
# - When deploying to production, you will have to change these, especially the password and URL
You can’t perform that action at this time.
0 commit comments