Merge pull request #25657 from nextcloud/overwriteprotocol-codespace

Set overwriteprotocol to HTTPS in Codespace
This commit is contained in:
Roeland Jago Douma 2021-02-15 19:45:57 +01:00 committed by GitHub
commit 7d654b190b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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