From 09d1027f02ff765180003b044c54352ce335cb52 Mon Sep 17 00:00:00 2001 From: Stefan Wrobel Date: Tue, 7 Feb 2017 18:06:05 -0800 Subject: [PATCH] Update site URL in README --- README.md | 2 +- config/newrelic.yml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) 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'] %>