[Tech] - Run standalone
Contexte
To run the konnector in standalone, you have to comment & uncomment lines
// Local debug data
- // const baseUrl = fields.eglBaseURL
- // const apiAuthKey = fields.eglAPIAuthKey
- const baseUrl = cozyParameters.secret.eglBaseURL
- const apiAuthKey = cozyParameters.secret.eglAPIAuthKey
+ const baseUrl = fields.eglBaseURL
+ const apiAuthKey = fields.eglAPIAuthKey
+ // const baseUrl = cozyParameters.secret.eglBaseURL
+ // const apiAuthKey = cozyParameters.secret.eglAPIAuthKey
Objectif
Add a check that verifies standalone execution
Ressources
Tâches
Edited by Bastien DUMONT