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

Summary

Details

Page properties
Content
... ... @@ -140,7 +140,7 @@
140 140  competentItrivioIntegration.auth.environment=PROD
141 141  
142 142  #-# need to be same as "jwt.key" property in iTrivio "settings.properties" file
143 -competentItrivioIntegration.auth.key=SECRET_CODE_CHANGE_IT
143 +competentItrivioIntegration.auth.key=CHANGE_ME
144 144  
145 145  #-# -------------- COMPETENT INTEGRATION ------------
146 146  #-# --- From iTrivio to Competent synchronization ---
... ... @@ -172,13 +172,13 @@
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...
176 -# (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)
177 177  environment.id=PROD
178 178  
179 179  # 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 -jwt.key=SECRET_CODE_CHANGE_IT
181 +jwt.key=xxxsecret
182 182  {{/code}}
183 183  
184 184  = Final setting test =