Skip to content

Commit

Permalink
Moved caching config to common
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jan 19, 2016
1 parent c691dd7 commit 72d7bc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 6 additions & 1 deletion docker/.common.env
Expand Up @@ -119,4 +119,9 @@ BEANSTALKD_HOST=queue
# S3_KEY=null
# S3_SECRET=null
# S3_REGION=null
# S3_BUCKET=null
# S3_BUCKET=null

#caching for build
COMPOSER_HOME=/cache/composer
bower_storage__packages=/cache/bower
npm_config_cache=/cache/npm
7 changes: 1 addition & 6 deletions docker/.local.env
Expand Up @@ -52,9 +52,4 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=api@local.api.spira.io
MAIL_FROM_NAME=Local Spira API

#caching for build
COMPOSER_HOME=/cache/composer
bower_storage__packages=/cache/bower
npm_config_cache=/cache/npm
MAIL_FROM_NAME=Local Spira API

0 comments on commit 72d7bc3

Please sign in to comment.