Some checks failed
release-tag / Resolve release metadata (push) Successful in 30s
release-tag / Build knowledge (push) Failing after 4m51s
release-tag / Build control (push) Failing after 5m0s
release-tag / Build agent (push) Failing after 5m0s
release-tag / Build agent-data-init (push) Failing after 5m5s
release-tag / Build neuroforge-worker (push) Failing after 5m7s
release-tag / Build neuroforge (push) Failing after 5m9s
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
# Generate strong random values, e.g. openssl rand -hex 32
|
|
NEUROFORGE_ADMIN_TOKEN=replace-with-random-admin-token
|
|
NEUROFORGE_APP_API_KEY=replace-with-random-app-key
|
|
NEUROFORGE_WORKER_TOKEN=replace-with-random-worker-token
|
|
NEUROFORGE_METRICS_TOKEN=replace-with-random-metrics-token
|
|
NEUROFORGE_CLUSTER_TOKEN=replace-with-shared-random-cluster-token
|
|
|
|
# Optional. You can also set this through the web interface.
|
|
OPENAI_API_KEY=
|