mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Merge pull request #25657 from nextcloud/overwriteprotocol-codespace
Set overwriteprotocol to HTTPS in Codespace
This commit is contained in:
commit
7d654b190b
1 changed files with 1 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ $CONFIG = [
|
|||
|
||||
if($cloudEnvironmentId !== true) {
|
||||
$CONFIG['overwritehost'] = $cloudEnvironmentId . '-80.apps.codespaces.githubusercontent.com';
|
||||
$CONFIG['overwriteprotocol'] = 'https';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue