Merge pull request #25657 from nextcloud/overwriteprotocol-codespace

Set overwriteprotocol to HTTPS in Codespace
pull/25661/head
Roeland Jago Douma 5 years ago committed by GitHub
commit 7d654b190b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .devcontainer/codespace.config.php

@ -14,4 +14,5 @@ $CONFIG = [
if($cloudEnvironmentId !== true) {
$CONFIG['overwritehost'] = $cloudEnvironmentId . '-80.apps.codespaces.githubusercontent.com';
$CONFIG['overwriteprotocol'] = 'https';
}

Loading…
Cancel
Save