Skip to content

Commit

Permalink
32 feat create tutorial workspace (#33)
Browse files Browse the repository at this point in the history
* feat(workspaces/tutorial.yml): adding tutorial workspace

* feat(workspaces/tutorial.yml): adding baseurl for configs
  • Loading branch information
odarotto authored May 17, 2024
1 parent 7b17e2a commit 4dfb30a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions workflow/workspaces/tutorial.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4dfb30a

Please sign in to comment.