Changes for page Competent - iTrivio integration
Last modified by Petr Blšťák on 2024/09/18 11:55
Change comment:
Renamed back-links.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. pblstak1 +XWiki.osteffl - Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 //Unless stated otherwise, newer stable versions of the program should work.// 4 4 5 -==== [[iTrivio 2.9.017>>doc:Main.Official manuals.iTrivio installation manual.WebHome]] ==== 5 +==== [[iTrivio 2.9.017>>doc:Main.Official manuals.iTrivio installation manual (📖).WebHome]] ==== 6 6 7 7 ==== [[Competent 33>>doc:Main.Official manuals.Competent installation manual.WebHome]] ==== 8 8 ... ... @@ -172,11 +172,11 @@ 172 172 Now open the file "/com.itrivio/src/main/resources/settings.properties" and set the two following properties: 173 173 174 174 {{code language="properties"}} 175 -# custom environment name, e.g. PROD,DEV,TEST... (must match the competentItrivioIntegration.auth.environment property from Competent) 175 +# custom environment name, e.g. PROD,DEV,TEST... 176 +# (must match the competentItrivioIntegration.auth.environment property from Competent) 176 176 environment.id=PROD 177 177 178 178 # secret part of you JWT key - used for communication with the Competent system and creating auto-login links 179 -# see also jwt.expiration 180 180 # (must match the competentItrivioIntegration.auth.key property from Competent) 181 181 jwt.key=SECRET_CODE_CHANGE_IT 182 182 {{/code}}