From version < 31.1 >
edited by Josef Vencl
on 2020/10/13 10:15
To version < 22.1 >
edited by Petr Blšťák
on 2020/05/02 00:13
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jvencl
1 +XWiki.pblstak
Content
... ... @@ -97,11 +97,6 @@
97 97  1. __iTrivio__ database, in the table __usergroup__ write down
98 98  1*. **USERGROUP **(by default 1) = ID of the usegroup that all your new users will be assigned to
99 99  
100 -Beside these ids from database you might need these two optional course ids:
101 -
102 -* **COURSE_TEMPLATE_ID** - a course id that will be used as a template for newly created courses.
103 -* **TEST_TEMPLATE_ID** - a test id for newly created tests
104 -
105 105  = Configuration =
106 106  
107 107  Now you can modify the systems configuration files, use the values written down from databases.
... ... @@ -132,14 +132,6 @@
132 132  #-# integrated iTrivio db company ID
133 133  competentItrivioIntegration.itrivioCompanyId=<COMPANY_ID>
134 134  
135 -#-# iTrivio db course ID, which will be used as a template for new test
136 -# can be null, than the test will be empty
137 -competentItrivioIntegration.itrivioTestTemplateId=<COURSE_TEMPLATE_ID or EMPTY>
138 -
139 -#-# iTrivio db course ID, which will be used as a template for new course
140 -# can be null, than the course will be empty
141 -competentItrivioIntegration.itrivioCourseTemplateId=<TEST_TEMPLATE_ID or EMPTY>
142 -
143 143  #-# -------------- COMPETENT INTEGRATION ------------
144 144  #-# --- From Competent to iTrivio synchronization ---
145 145  
... ... @@ -185,13 +185,13 @@
185 185  Now open the file "/com.itrivio/src/main/resources/settings.properties" and set the two following properties:
186 186  
187 187  {{code language="properties"}}
188 -# custom environment name, e.g. PROD,DEV,TEST...
189 -# (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)
190 190  environment.id=PROD
191 191  
192 192  # secret part of you JWT key - used for communication with the Competent system and creating auto-login links
179 +# see also jwt.expiration
193 193  # (must match the competentItrivioIntegration.auth.key property from Competent)
194 -jwt.key=SECRET_CODE_CHANGE_IT
181 +jwt.key=xxxsecret
195 195  {{/code}}
196 196  
197 197  = Final setting test =