Merge branch 'feature/heroku' into develop
This commit is contained in:
commit
60a393c579
2 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ class Config
|
|||
if (getenv('CONVERT')) {
|
||||
$this->convert = (bool) getenv('CONVERT');
|
||||
}
|
||||
if (getenv('PYTHON')) {
|
||||
$this->python = getenv('PYTHON');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Loading…
Reference in a new issue