Browse Source

Merge pull request #25657 from nextcloud/overwriteprotocol-codespace

Set overwriteprotocol to HTTPS in Codespace
tags/v22.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
7d654b190b
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .devcontainer/codespace.config.php

+ 1
- 0
.devcontainer/codespace.config.php View File

@@ -14,4 +14,5 @@ $CONFIG = [

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

Loading…
Cancel
Save