Преглед на файлове

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>
tags/v22.0.0beta1
Lukas Reschke преди 3 години
родител
ревизия
4dd25f8de8
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      .devcontainer/codespace.config.php

+ 1
- 0
.devcontainer/codespace.config.php Целия файл

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

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

Loading…
Отказ
Запис