Skip to content

Commit 7465270

Browse files
authored
Update README.md
1 parent f1b5d18 commit 7465270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,16 +341,16 @@ We can also configure environment-specific properties and options, so that the t
341341
```json
342342
environments {
343343
default {
344-
webdriver.base.url = "https://duckduckgo.com"
344+
webdriver.base.url = "https://jungle-socks.herokuapp.com/"
345345
}
346346
dev {
347-
webdriver.base.url = "https://duckduckgo.com/dev"
347+
webdriver.base.url = "https://jungle-socks.herokuapp.com/dev"
348348
}
349349
staging {
350-
webdriver.base.url = "https://duckduckgo.com/staging"
350+
webdriver.base.url = "https://jungle-socks.herokuapp.com/staging"
351351
}
352352
prod {
353-
webdriver.base.url = "https://duckduckgo.com/prod"
353+
webdriver.base.url = "https://jungle-socks.herokuapp.com/prod"
354354
}
355355
}
356356
```

0 commit comments

Comments
 (0)