Skip to content

Commit

Permalink
settings file reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-Bazzara committed Feb 22, 2019
1 parent 63c877f commit 979c036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const packageJSON = require('./package.json');
const defaultBuildDestination = path.resolve("./build");

module.exports = {
buildDestination: "C:\\Users\\Ahmed\\Documents\\Qlik\\Sense\\Extensions\\qlik-smart-pivot",
buildDestination: process.env.BUILD_PATH || defaultBuildDestination,
mode: process.env.NODE_ENV || 'development',
name: packageJSON.name,
version: process.env.VERSION || 'local-dev',
url: process.env.BUILD_URL || defaultBuildDestination,
port: process.env.PORT || 8090
port: process.env.PORT || 8085
};

0 comments on commit 979c036

Please sign in to comment.