Browse Source

rem. port from serverconfig

Martin Kunz 1 month ago
parent
commit
7b93c05856
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/ServerConfig.ts

+ 0 - 2
src/ServerConfig.ts

@@ -56,8 +56,6 @@ export interface IConfig{
 	"applicationUri": string
 	"productUri": string
 	"applicationName": string
-	"port": number,
-	"maxConnections": number,
 	"allowAnonymous": boolean,
 	"nodesets": string[],
 	"mapping": IMappingEntry[]