From 4b560c4e0caa28241c1483da0eb18921cfcf5283 Mon Sep 17 00:00:00 2001 From: mkreuzkam-cap <144103168+mkreuzkam-cap@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:11:34 +0100 Subject: [PATCH] EW-1021: Set migration enabled and change api url for TSP Sync on Dev (#1033) * Set migration enabled and change api url. * Disable old tsp sync on dev. --------- Co-authored-by: Simone Radtke <94017602+SimoneRadtke-Cap@users.noreply.github.com> --- ansible/host_vars/thr_host/cfg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/thr_host/cfg.yml b/ansible/host_vars/thr_host/cfg.yml index 56b1b20ed..79047842d 100644 --- a/ansible/host_vars/thr_host/cfg.yml +++ b/ansible/host_vars/thr_host/cfg.yml @@ -6,4 +6,5 @@ NEXTCLOUD_REDIRECT_URL: https://nextcloud-thr.dbildungscloud.dev/apps/files/?dir NEXTCLOUD_BASE_URL: https://nextcloud-thr.dbildungscloud.dev/ FEATURE_TSP_SYNC_ENABLED: "true" -TSP_API_CLIENT_BASE_URL: https://test2.schulportal-thueringen.de/tip-ms/api \ No newline at end of file +FEATURE_TSP_MIGRATION_ENABLED: "true" +TSP_API_CLIENT_BASE_URL: https://test.schulportal-thueringen.de/tip-ms/api