Changes for page Competent - iTrivio integration
Last modified by Petr Blšťák on 2024/09/18 11:55
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. osteffl1 +XWiki.pblstak - Content
-
... ... @@ -4,8 +4,9 @@ 4 4 5 5 ==== [[iTrivio 2.9.017>>doc:Main.Official manuals.iTrivio installation manual.WebHome]] ==== 6 6 7 -==== [[Competent 622>>doc:Main.Official manuals.Competent installation manual.WebHome]] ====7 +==== [[Competent 33>>doc:Main.Official manuals.Competent installation manual.WebHome]] ==== 8 8 9 + 9 9 = Introduction = 10 10 11 11 //On this page we use the term "Course" for both: course and test in iTrivio.// ... ... @@ -96,11 +96,6 @@ 96 96 1. __iTrivio__ database, in the table __usergroup__ write down 97 97 1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to 98 98 99 -Beside these ids from database you might need these two optional course ids: 100 - 101 -* **COURSE_TEMPLATE_ID** - a course id that will be used as a template for newly created courses. 102 -* **TEST_TEMPLATE_ID** - a test id for newly created tests 103 - 104 104 = Configuration = 105 105 106 106 Now you can modify the systems configuration files, use the values written down from databases. ... ... @@ -131,14 +131,6 @@ 131 131 #-# integrated iTrivio db company ID 132 132 competentItrivioIntegration.itrivioCompanyId=<COMPANY_ID> 133 133 134 -#-# iTrivio db course ID, which will be used as a template for new test 135 -# can be null, than the test will be empty 136 -competentItrivioIntegration.itrivioTestTemplateId=<COURSE_TEMPLATE_ID or EMPTY> 137 - 138 -#-# iTrivio db course ID, which will be used as a template for new course 139 -# can be null, than the course will be empty 140 -competentItrivioIntegration.itrivioCourseTemplateId=<TEST_TEMPLATE_ID or EMPTY> 141 - 142 142 #-# -------------- COMPETENT INTEGRATION ------------ 143 143 #-# --- From Competent to iTrivio synchronization --- 144 144 ... ... @@ -184,13 +184,13 @@ 184 184 Now open the file "/com.itrivio/src/main/resources/settings.properties" and set the two following properties: 185 185 186 186 {{code language="properties"}} 187 -# custom environment name, e.g. PROD,DEV,TEST... 188 -# (must match the competentItrivioIntegration.auth.environment property from Competent) 175 +# custom environment name, e.g. PROD,DEV,TEST... (must match the competentItrivioIntegration.auth.environment property from Competent) 189 189 environment.id=PROD 190 190 191 191 # secret part of you JWT key - used for communication with the Competent system and creating auto-login links 179 +# see also jwt.expiration 192 192 # (must match the competentItrivioIntegration.auth.key property from Competent) 193 -jwt.key= SECRET_CODE_CHANGE_IT181 +jwt.key=xxxsecret 194 194 {{/code}} 195 195 196 196 = Final setting test =