diff --git a/workflow/workspaces/tutorial.yml b/workflow/workspaces/tutorial.yml new file mode 100644 index 0000000..d1aede9 --- /dev/null +++ b/workflow/workspaces/tutorial.yml @@ -0,0 +1,17 @@ +workspace: tutorial + +# List the valid sites for this workspace +sites: + - local + +http: + baseurls: + configs: http://localhost:8001 + pipelines: http://localhost:8001 + schedules: http://localhost:8001 + buckets: http://localhost:8004 + results: http://localhost:8005 + +config: + archive: + results: true