Skip to content

Commit

Permalink
#454 add missing production environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Jun 16, 2016
1 parent 02fffbb commit 2d669b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/webpack.production.config.js
Expand Up @@ -61,6 +61,7 @@ module.exports = {
ESSENTIALS_BASE_URL: 'YTENV_ESSENTIALS_BASE_URL',
PIERONE_BASE_URL: 'YTENV_PIERONE_BASE_URL',
FULLSTOP_BASE_URL: 'YTENV_FULLSTOP_BASE_URL',
MAGNIFICENT_BASE_URL: 'YTENV_MAGNIFICENT_BASE_URL',
DOCKER_REGISTRY: 'YTENV_DOCKER_REGISTRY',
SERVICE_URL_TLD: 'YTENV_SERVICE_URL_TLD',
RESOURCE_WHITELIST: 'YTENV_RESOURCE_WHITELIST',
Expand Down

0 comments on commit 2d669b6

Please sign in to comment.