mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Set overwriteprotocol to HTTPS in Codespace
Codespace is serving everything only as HTTPS. To keep the URLs valid, we also need to overwrite the protocol. (otherwise e.g. you can't develop the SAML app as the URLs are invalid) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
9fd72b0d3a
commit
4dd25f8de8
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