diff --git a/README.md b/README.md index 0df51e0..f56119a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pull data from [Surfline](http://www.surfline.com/), [MagicSeaweed](http://magicseaweed.com/) & [Spitcast](http://www.spitcast.com/) APIs to display an aggregated surf forecast. -[See it in action!](https://meta-surf-forecast.herokuapp.com/) +[See it in action!](https://metasurfforecast.com/) ## Developer Setup diff --git a/config/newrelic.yml b/config/newrelic.yml index 724b59d..129c662 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -1,15 +1,3 @@ -# -# This file configures the New Relic Agent. New Relic monitors Ruby, Java, -# .NET, PHP, Python and Node applications with deep visibility and low -# overhead. For more information, visit www.newrelic.com. -# -# Generated March 28, 2016 -# -# This configuration file is custom generated for app48899189@heroku.com -# -# For full documentation of agent configuration options, please refer to -# https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration - common: &default_settings # Required license key associated with your New Relic account. license_key: <%= ENV['NEW_RELIC_LICENSE_KEY'] %>