diff --git a/config-sample.json b/config-sample.json index ba43644..fc44401 100644 --- a/config-sample.json +++ b/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" + } }