diff options
| author | Haw Loeung <[email protected]> | 2025-07-23 09:23:51 +1000 |
|---|---|---|
| committer | Haw Loeung <[email protected]> | 2025-07-23 09:23:51 +1000 |
| commit | c605cec678e5b86b4d33115953568d1a0380c36e (patch) | |
| tree | 3e9a4ff4379558c475ab41eebee9b4c5d6c7e9e1 | |
| parent | d4654b5118831cdb6b3698877f58e5b8d5f67be5 (diff) | |
Default HTTPS to disabled
| -rw-r--r-- | config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 031fa06..f44397e 100644 --- a/config.yaml +++ b/config.yaml @@ -45,7 +45,7 @@ options: archive.ubuntu.com), but should be changed if the archive type is non-default (e.g. ports.ubuntu.com). enable-https: - default: true + default: false type: boolean description: | Enable HTTPS |
