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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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}}