reserve port range

This commit is contained in:
A.Unger
2020-02-07 14:08:11 +01:00
parent b43cc2d53d
commit b17b659c80
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ func Server(cfg *config.Config) *cli.Command {
&cli.StringFlag{
Name: "address",
Aliases: []string{"addr"},
Value: "localhost:9999",
DefaultText: "localhost:9999",
Value: "localhost:9180",
DefaultText: "localhost:9180",
Usage: "service endpoint",
EnvVars: []string{"OCIS_ACCOUNTS_ADDRESS"},
Destination: &cfg.Server.Address,