Skip to content

Commit

Permalink
Add analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Oct 5, 2015
1 parent a3133fe commit 2cc2693
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 2cc2693

Please sign in to comment.