Skip to content

Commit

Permalink
Merge pull request #266 from cjsaylor/dockerize
Browse files Browse the repository at this point in the history
Add analytics.
  • Loading branch information
cjsaylor committed Oct 5, 2015
2 parents 67855ae + 2cc2693 commit 876d37c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Config/environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
'api_key' => getenv('MAILGUN_API_KEY')
)
),
'Analytics' => array(
'tracking_code' => 'UA-6305561-5'
),
'Feature' => array(
'api' => false,
'mobile' => true,
'analytics' => false,
'analytics' => getenv('GA_ANALYTICS'),
'feedback' => false,
'user_registration' => true,
'bulk_export' => true,
Expand Down

0 comments on commit 876d37c

Please sign in to comment.