Skip to content
Snippets Groups Projects
Commit fcf89135 authored by i-vall's avatar i-vall
Browse files

fix(env): use of COZY_PARAMETERS env variables

parent 49cf60b9
Branches
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ const moment = require('moment')
//const moment = require('moment')
//require('request-debug')(rp)
const baseUrl = process.env.EGL_BASE_URL
const apiAuthKey = process.env.EGL_API_AUTH_KEY
const baseUrl = process.env.COZY_PARAMETERS.eglBaseURL
const apiAuthKey = process.env.COZY_PARAMETERS.eglAPIAuthKey
module.exports = new BaseKonnector(start)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment