all the various fixes to make update_redmine work

This commit is contained in:
2020-07-31 17:39:49 -04:00
parent 1925b5b4b0
commit 9c0a5603d3
3 changed files with 8 additions and 8 deletions

View File

@ -79,7 +79,7 @@ class oncall {
// Debug Mode will show more information.
$this->debugMode = (bool) getenv('DEBUG_MODE');
$this->baseUrl = getenv('REDMINE_URL');
$this->apiKey = getenv('KEY');
$this->apiKey = getenv('REDMINE_API_KEY');
// FIXME: Not using $this->apiKey.
$this->queries = [