Skip to content

Commit

Permalink
Fix camelCase in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser authored Sep 6, 2017
1 parent 6e02591 commit d81261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/src/craft/config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'environmentVariables' => array(
'baseUrl' => 'http://{%= domain_name %}.{%= domain_tld %}/',
'enableBugHerd' => false,
'BugHerdAPIKey' => '',
'bugHerdAPIKey' => '',
)
),

Expand Down

0 comments on commit d81261f

Please sign in to comment.