Skip to content

Commit 496b8db

Browse files
authored
Updated sample config with more recent settings
Especially added http-basic auth
1 parent 901413e commit 496b8db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config-sample.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"url": "validation.local",
2+
"url": "https://jqueryvalidation.org/",
33
"username": "admin",
4-
"password": "secret"
4+
"password": "secret",
5+
"basicAuth": {
6+
"username": "basic-auth-admin",
7+
"password": "basic-auth-secret"
8+
}
59
}

0 commit comments

Comments
 (0)