Merge branch 'feature/heroku' into develop

This commit is contained in:
Pierre Rudloff 2016-12-22 13:49:44 +01:00
commit 60a393c579
2 changed files with 3 additions and 0 deletions

View file

@ -109,6 +109,9 @@ class Config
if (getenv('CONVERT')) { if (getenv('CONVERT')) {
$this->convert = (bool) getenv('CONVERT'); $this->convert = (bool) getenv('CONVERT');
} }
if (getenv('PYTHON')) {
$this->python = getenv('PYTHON');
}
} }
/** /**

0
requirements.txt Normal file
View file