arcade-mcp/arcade/tests/deployment/test_files/full.worker.toml
2025-03-13 09:02:36 -07:00

26 lines
475 B
TOML

[[worker]]
[worker.config]
id = "test"
enabled = true
timeout = 10
retries = 3
secret = "test-secret"
[worker.pypi_source]
packages = ["arcade-x"]
[worker.local_source]
packages = ["./mock_toolkit"]
[[worker.custom_source]]
index = "pypi"
index_url = "https://pypi.org/simple"
trusted_host = "pypi.org"
packages = ["arcade-ai>=1.0.0"]
[[worker.custom_source]]
index = "pypi2"
index_url = "https://pypi2.org/simple"
trusted_host = "pypi2.org"
packages = ["arcade-slack"]