jessehahn
Results
2
comments of
jessehahn
Sorry for the late reply. When you say environment variables, do you mean these two? ``` .WithEnvironment("xpack.security.enabled", "false") .WithEnvironment("xpack.security.http.ssl.enabled", "false") ``` And if so, why not add an extension method...
> We don't offer APIs for every possible configuration because there are simply too many, and it's too difficult to support them across different versions. Alright, I understand. Thanks for...