Add guide-board pilot ingestion
This commit is contained in:
parent
1f379ba321
commit
91bb08c8e5
22 changed files with 1074 additions and 12 deletions
|
|
@ -26,6 +26,15 @@ ARTIFACTSTORE_ANON_READ=false
|
|||
ARTIFACTSTORE_API_URL=http://127.0.0.1:8000
|
||||
ARTIFACTSTORE_API_TOKEN=dev-token
|
||||
|
||||
# Guide-board pilot helper defaults.
|
||||
ARTIFACTSTORE_GUIDE_BOARD_SCHEMA=schemas/guide-board.run.v1.json
|
||||
STATE_HUB_URL=http://127.0.0.1:8000
|
||||
STATE_HUB_AUTHOR=artifact-store
|
||||
STATE_HUB_WORKSTREAM_ID=
|
||||
STATE_HUB_TASK_ID=
|
||||
GUIDE_BOARD_RUN_DIR=
|
||||
ARTIFACTSTORE_INGEST_RESULT_PATH=
|
||||
|
||||
# Optional TOML file overriding retention class default durations.
|
||||
ARTIFACTSTORE_RETENTION_CONFIG_PATH=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue