Use .io domain name

pull/214/head
Rick Carlino 2015-09-19 17:39:04 -05:00
parent 65985cac5f
commit f34a85e0e2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# STOP!! You might not need this!
This repo is intended for developers who build the [Farmbot Web App](http://my.farmbot.cc/). **If you are not a developer**, you are highly encouraged to use [the publicly available web app](http://my.farmbot.cc/).
This repo is intended for developers who build the [Farmbot Web App](http://my.farmbot.io/). **If you are not a developer**, you are highly encouraged to use [the publicly available web app](http://my.farmbot.io/).
If you are a developer interested in contributing or would like to provision your own server, you are in the right place.

View File

@ -1,6 +1,6 @@
FarmBot::Application.configure do
config.action_controller.perform_caching = true
config.action_mailer.default_url_options = { host: 'my.farmbot.cc' }
config.action_mailer.default_url_options = { host: 'my.farmbot.io' }
config.active_support.deprecation = :notify
config.assets.debug = true
config.assets.compile = true