From version < 23.1 >
edited by Petr Blšťák
on 2020/05/02 00:13
To version < 24.1 >
edited by Petr Blšťák
on 2020/05/02 00:14
< >
Change comment: There is no comment for this version

Summary

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}}