b66d5525ef
* add and use machine config * assign tasks to worker nodes only * add secure flag to zod connection * changeset * add pre stop hook * don't use secure connection by default * pass more identifiers to provider and apply labels
9 lines
239 B
Bash
9 lines
239 B
Bash
HTTP_SERVER_PORT=8050
|
|
|
|
PLATFORM_WS_PORT=3030
|
|
PLATFORM_SECRET=provider-secret
|
|
SECURE_CONNECTION=false
|
|
|
|
# Use this if you are on macOS
|
|
# COORDINATOR_HOST="host.docker.internal"
|
|
# OTEL_EXPORTER_OTLP_ENDPOINT="http://host.docker.internal:4318" |