()
| 23 | } |
| 24 | |
| 25 | public static ServerUrlConfig webGoat() { |
| 26 | return new ServerUrlConfig( |
| 27 | "localhost", env("WEBGOAT_PORT", "8080"), env("WEBGOAT_CONTEXT", "WebGoat")); |
| 28 | } |
| 29 | |
| 30 | public static ServerUrlConfig webWolf() { |
| 31 | return new ServerUrlConfig( |
no test coverage detected