Improve readme

This commit is contained in:
2025-05-14 19:48:38 +02:00
parent a5490047b8
commit 2cc5a703ef
3 changed files with 14 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import io.smallrye.config.WithDefault;
@ConfigMapping(prefix = "dhfs.objects.peerdiscovery")
public interface LocalPeerDiscoveryConfig {
@WithDefault("42168")
@WithDefault("42262")
int port();
@WithDefault("true")