Skip to content

Commit

Permalink
Updated sample config with more recent settings
Browse files Browse the repository at this point in the history
Especially added http-basic auth
  • Loading branch information
staabm committed Mar 11, 2017
1 parent 901413e commit 496b8db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config-sample.json
@@ -1,5 +1,9 @@
{
"url": "validation.local",
"url": "https://jqueryvalidation.org/",
"username": "admin",
"password": "secret"
"password": "secret",
"basicAuth": {
"username": "basic-auth-admin",
"password": "basic-auth-secret"
}
}

0 comments on commit 496b8db

Please sign in to comment.