Skip to content

Commit

Permalink
add vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Dec 11, 2024
1 parent 64b059b commit 55e31c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,21 @@ configuration_all:
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__PERSON_INFO_TIMEOUT_IN_MS:
value: "3000"
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__PERSONEN_INFO_TIMEOUT_IN_MS:
value: "120000"
server: true
client: false
nuxtclient: false
SCHULCONNEX_CLIENT__POLICIES_INFO_TIMEOUT_IN_MS:
value: "4000"
server: true
client: false
nuxtclient: false
FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED:
server: true
client: true
Expand Down Expand Up @@ -1064,6 +1079,11 @@ configuration_all:
server: true
client: false
nuxtclient: false
PROVISIONING_SCHULCONNEX_GROUP_USERS_LIMIT:
value: "1000"
server: true
client: false
nuxtclient: false
BOARD_COLLABORATION_URI:
value: "wss://{{ DOMAIN }}"
server: true
Expand Down

0 comments on commit 55e31c5

Please sign in to comment.