Explorar el Código

rem. port from serverconfig

Martin Kunz hace 1 mes
padre
commit
7b93c05856
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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[]