feat: add mounts as an option in mire config + refactor default config generation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[mire]
|
||||
# which folder to strore tests in
|
||||
test_dir = "e2e"
|
||||
|
||||
[sandbox]
|
||||
# home is where mire would drop you by default on record
|
||||
home = "/home/test"
|
||||
# read only paths from host, entry looks like "path on host:path on sanbox"
|
||||
mounts = []
|
||||
Reference in New Issue
Block a user