# FirstEntranceServer 配置,指定“名字服务”访问入口 # 名字服务访问入口 nsaddr=http://192.168.1.2/ManagerService/GetMseClass.asmx # 启动的多播地址,缺省 239.127.1.1,一般不要修改 #mcaddr=239.127.1.1 # 启动的监听端口,缺省 60000,一般不要修改 #listenport=60000 # 临时使用,认证服务器地址,将来该地址的查找通过名字服务完成 rgaddr=http://192.168.1.2/ManagerService/RegisterService.asmx # 临时使用,注册服务器地址,将来该地址的查找通过名字服务完成 anaddr=http://192.168.1.2/ManagerService/AuthenService.asmx # 临时使用,存储 ws 地址,将来该地址的查找通过名字服务完成 staddr=http://192.168.1.2/ManagerService/EStorageEndPoint.asmx # 临时使用,得到课件访问地址入口,将来该地址的查找通过名字服务完成 loaddr=http://192.168.1.2/ManagerService/LOService.asmx # 数据库统一配置,客户端可以不必手工配置了 dbconn=data source=192.168.1.2;initial catalog=DPlan;password=123;persist security info=True;user id=sa;packet size=4096;