Browse Source

change dav port 5232 -> 443

Fabian Peter Hammerle 4 years ago
parent
commit
513953465b
1 changed files with 1 additions and 1 deletions
  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,