Quellcode durchsuchen

change dav port 5232 -> 443

Fabian Peter Hammerle vor 5 Jahren
Ursprung
Commit
513953465b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,