diff --git a/CHANGELOG.md b/CHANGELOG.md index 968155f..7bbcaa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ # Changelog +## Unreleased + - update forms (adding submission cross referencing) +### Deploy Notes +##### worship-decisions-cross-reference +Ensure the environment variables are correctly set for `worship-decisions-cross-reference`, e.g. : +``` +worship-decisions-cross-reference: + environment; + WORSHIP_DECISIONS_BASE_URL: "https://databankerediensten.lokaalbestuur.vlaanderen.be/search/submissions/" +``` +The following links; +- DEV: "https://dev.databankerediensten.lokaalbestuur.lblod.info/search/submissions/" +- QA: "https://databankerediensten.lokaalbestuur.lblod.info/search/submissions/" +- PROD: "https://databankerediensten.lokaalbestuur.vlaanderen.be/search/submissions/" + +#### Docker Commands + - `drc restart migrations && drc logs -ft --tail=200 migrations` + - `drc restart dispatcher` + - `drc up -d` ## 0.26.1 (2024-05-29) - Fix custom info label field in forms LEKP-rapport - Melding correctie authentieke bron and LEKP-rapport - Toelichting Lokaal Bestuur (DL-5934) ### Deploy Notes