Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Windows 上安装了 YouTrack,默认情况下它的基本 url 是http://localhost. 现在我尝试停止服务并将其更改为install_dir/conf/server.xml,但它没有任何影响。能做到吗?
http://localhost
install_dir/conf/server.xml
要完成此操作,请导航到管理-> 设置-> 基本 URL 部分或提供您的基本 URL,使用 java 参数显式运行 YouTrack
jetbrains.youtrack.baseUrl
看看这个指南,它可能会对你有所帮助。
谢谢。