Skip to content

Commit

Permalink
adjust config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreuzkam-cap committed Dec 3, 2024
1 parent bb0460e commit a0b1895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/all/instance_config_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ FEATURE_MEDIA_SHELF_ENABLED: "true"
# TSP Sync
FEATURE_TSP_SYNC_ENABLED: "false"
TSP_SYNC_SCHOOL_LIMIT: "10"
TSP_SYNC_DATA_LIMIT: "150"
TSP_SYNC_DATA_LIMIT: "50"
TSP_SYNC_SCHOOL_DAYS_TO_FETCH: "1"
TSP_SYNC_DATA_DAYS_TO_FETCH: "1"
TSP_API_CLIENT_BASE_URL: ""
TSP_API_CLIENT_TOKEN_LIFETIME_MS: "30000"
FEATURE_TSP_MIGRATION_ENABLED: "false"
TSP_SYNC_MIGRATION_LIMIT: "100"
TSP_SYNC_MIGRATION_LIMIT: "50"

ERWINIDM_PORT: 8089
ERWINIDM_PREFIX: idm.
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/ref-thr/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAMESPACE: thueringen
DOMAIN: test.schulcloud-thueringen.de

ALERT_STATUS_URL: https://status.schulcloud-thueringen.de/
NOT_AUTHENTICATED_REDIRECT_URL: "https://{{ DOMAIN }}/login?strategy=tsp"
NOT_AUTHENTICATED_REDIRECT_URL: "https://test.schulportal-thueringen.de/"
TSP_API_BASE_URL: https://test.schulportal-thueringen.de
ROOT_URL_REDIRECT: https://test.schulportal-thueringen.de/thueringer_schulcloud

Expand Down

0 comments on commit a0b1895

Please sign in to comment.