CCTray - 更改服务器的 url
我安装并配置了 CC.Net,因此我可以从外部访问它。问题出在 CCTray 中,当我在网络上时,双击其中一个项目尝试打开 url 中包含内部名称的仪表板,该仪表板没有虚拟目录。
有没有办法为服务器配置这个?我知道每个项目的设置,但我不想为每个项目进行配置。
I have CC.Net installed and configured so its extenally accessable to me. The problem is in CCTray when I'm on the network, double clicking one of the projects tries to open the dashboard with the internal name in the url, which doesn't have the virtual directory.
Is there any way to configure this for the server? I know about the per project setting, but I'd hate to have to configure this for every project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你无法为服务器做到这一点。
不过,您可以定义一个预处理器常量 [1] 并在每个项目中引用它。例如:
[1] http://confluence.public.thoughtworks.org/display /CCNET/配置+预处理器
I don't think you can do it for the server.
Nevertheless, you can define a preprocessor constant [1] and refers to it in every project. For example :
[1] http://confluence.public.thoughtworks.org/display/CCNET/Configuration+Preprocessor