我安装了SCM Manager并将基本 URL 更改为无效 URL。现在我无法访问应用程序网页。SCM Manager 中 Base URL 的配置在哪里,以便我可以更正设置?
问问题
643 次
1 回答
0
The configuration file is config/config.xml and it is stored in the scm home directory (for the location of the home directory, please have a look at the faq). You have to stop your application and change the following from:
<force-base-url>true</force-base-url>
To:
<force-base-url>false</force-base-url>
于 2013-11-08T17:29:01.287 回答