From 1e2ae75f227abd78009f886fca2c77278586b4b3 Mon Sep 17 00:00:00 2001 From: Jonas Chapuis Date: Wed, 10 Jan 2024 11:17:07 +0100 Subject: [PATCH] Remove unnecessary log entry in application.conf --- example/src/main/resources/application.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example/src/main/resources/application.conf b/example/src/main/resources/application.conf index 14891f6c..9ae1b8d6 100644 --- a/example/src/main/resources/application.conf +++ b/example/src/main/resources/application.conf @@ -1,9 +1,4 @@ include "akka.conf" include "pekko.conf" -cluster { - system-name = "example-as" - host = "127.0.0.1" - port = 51000 -}