瀏覽代碼

change dav port 5232 -> 443

Fabian Peter Hammerle 5 年之前
父節點
當前提交
513953465b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -284,7 +284,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 // port, ... (client installed into Davical "htdocs" subdirectory;
 // works "out of the box", no additional setup required):
 var globalNetworkCheckSettings={
-	href: 'https://dav.hammerle.me:5232/',
+	href: 'https://dav.hammerle.me/',
 	timeOut: 90000,
 	lockTimeOut: 10000,
 	checkContentType: true,