Skip to content

Commit

Permalink
add short circuit to env variable to lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMalinda committed Apr 20, 2017
1 parent 2a4bd8e commit 7453459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = function(environment) {
var ENV = {
ltsVersion: '2.8.3',
ltsVersion: process.env.LTS_VERSION || '2.8.3',
modulePrefix: 'ember-api-docs',
environment: environment,
rootURL: '/',
Expand Down

0 comments on commit 7453459

Please sign in to comment.