all the various fixes to make update_redmine work
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user