Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Make Harvest config default activation to false
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Jan 7, 2019
1 parent f448f17 commit c1ad22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function generateDefaultConfigurationFile()
'api_token' => '',
],
'harvest' => [
'is_active' => true,
'is_active' => false,
'domain' => '',
'api_token' => '',
],
Expand Down

0 comments on commit c1ad22c

Please sign in to comment.