Update the default config for the new draupnir news location. (#1064)
Some checks failed
Docker Hub - Develop / docker-latest (push) Failing after 37s
GHCR - Development Branches / ghcr-publish (push) Failing after 35s
Tests / Build & Lint (push) Failing after 5m9s
Tests / Integration tests (push) Failing after 23s
Tests / Application Service Integration tests (push) Failing after 14s
Tests / Unit tests (push) Successful in 6m13s

We had to move it but it has virtually no effect downstream as we
distribute the news on the filesystem too.

If something critical happens we can just put a shim on the repo in
the old spot.

Closes https://github.com/the-draupnir-project/planning/issues/111
This commit is contained in:
Gnuxie
2026-03-30 15:37:59 +01:00
committed by GitHub
parent 7bb9d51980
commit 082118bea0

View File

@@ -270,7 +270,7 @@ const defaultConfig: IConfig = {
},
experimentalRustCrypto: false,
draupnirNewsURL:
"https://raw.githubusercontent.com/the-draupnir-project/Draupnir/refs/heads/main/src/protections/DraupnirNews/news.json",
"https://raw.githubusercontent.com/the-draupnir-project/Draupnir/refs/heads/main/apps/draupnir/src/protections/DraupnirNews/news.json",
configMeta: undefined,
};