simplify call to peer

This commit is contained in:
mr
2024-08-26 11:47:30 +02:00
parent d43938236e
commit 73dc43b329
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ type Config struct {
NATSUrl string
MongoUrl string
MongoDatabase string
Host string
Port string
}
func (c Config) GetUrl() string {