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

changed env var names

parent 256d7cbe
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.BASE_URL
const apiAuthKey = process.env.API_AUTH_KEY
const baseUrl = process.env.EGL_BASE_URL
const apiAuthKey = process.env.EGL_API_AUTH_KEY
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