Skip to content

Commit bad0b7b

Browse files
committed
add tests skeleton
1 parent 3b88c1b commit bad0b7b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.ci/definitions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"vhosts": [
3+
{
4+
"name": "/"
5+
}
6+
],
7+
"permissions": [
8+
{
9+
"user": "guest",
10+
"vhost": "/",
11+
"configure": ".*",
12+
"write": ".*",
13+
"read": ".*"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)