diff --git a/infinispan-cache-quickstart/src/main/resources/application.properties b/infinispan-cache-quickstart/src/main/resources/application.properties index 7be494e551..d529cd0448 100644 --- a/infinispan-cache-quickstart/src/main/resources/application.properties +++ b/infinispan-cache-quickstart/src/main/resources/application.properties @@ -1,9 +1,4 @@ # Use the Infinispan Dev Service in dev and test %prod.quarkus.infinispan-client.hosts=localhost:11222 %prod.quarkus.infinispan-client.username=admin -%prod.quarkus.infinispan-client.password=password - -## Docker 4 Mac workaround. Uncomment only if you are experiencing connection issues -## with Docker for Mac. Don't change this in production, might affect the performance. -## Read more about it in the Infinispan Reference Guide in Quarkus -#%prod.quarkus.infinispan-client.client-intelligence=BASIC \ No newline at end of file +%prod.quarkus.infinispan-client.password=password \ No newline at end of file diff --git a/infinispan-client-quickstart/src/main/resources/application.properties b/infinispan-client-quickstart/src/main/resources/application.properties index 7be494e551..d529cd0448 100644 --- a/infinispan-client-quickstart/src/main/resources/application.properties +++ b/infinispan-client-quickstart/src/main/resources/application.properties @@ -1,9 +1,4 @@ # Use the Infinispan Dev Service in dev and test %prod.quarkus.infinispan-client.hosts=localhost:11222 %prod.quarkus.infinispan-client.username=admin -%prod.quarkus.infinispan-client.password=password - -## Docker 4 Mac workaround. Uncomment only if you are experiencing connection issues -## with Docker for Mac. Don't change this in production, might affect the performance. -## Read more about it in the Infinispan Reference Guide in Quarkus -#%prod.quarkus.infinispan-client.client-intelligence=BASIC \ No newline at end of file +%prod.quarkus.infinispan-client.password=password \ No newline at end of file