README.md in exvo_helpers-0.6.4 vs README.md in exvo_helpers-0.6.5

- old
+ new

@@ -16,11 +16,11 @@ Exvo::Helpers.sso_cookie_domain => 'exvo.local' Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key' Exvo::Helpers.auth_host => 'auth.exvo.local' -Exvo::Helpers.budget_host => 'www.exvo.local' +Exvo::Helpers.budget_host => 'budget.exvo.local' Exvo::Helpers.cdn_host => 'home.exvo.local' Exvo::Helpers.cfs_host => 'cfs.exvo.local' Exvo::Helpers.desktop_host => 'home.exvo.local' Exvo::Helpers.themes_host => 'themes.exvo.local' Exvo::Helpers.contacts_host => 'contacts.exvo.local' @@ -28,11 +28,11 @@ Exvo::Helpers.music_host => 'music.exvo.local' Exvo::Helpers.pics_host => 'pics.exvo.local' Exvo::Helpers.preview_host => 'preview.exvo.local' Exvo::Helpers.auth_uri => 'http://auth.exvo.local' -Exvo::Helpers.budget_uri => 'http://www.exvo.local' +Exvo::Helpers.budget_uri => 'http://budget.exvo.local' Exvo::Helpers.cdn_uri => 'http://home.exvo.local' Exvo::Helpers.cfs_uri => 'http://cfs.exvo.local' Exvo::Helpers.desktop_uri => 'http://home.exvo.local' Exvo::Helpers.themes_uri => 'http://themes.exvo.local' Exvo::Helpers.contacts_uri => 'http://contacts.exvo.local' @@ -55,11 +55,11 @@ ENV['SSO_COOKIE_DOMAIN'] = 'exvo.dev' ENV['SSO_COOKIE_SECRET'] = 'exvo.dev' ENV['AUTH_HOST'] = 'test.auth.exvo.com' -ENV['BUDGET_HOST'] = 'test.www.exvo.com' +ENV['BUDGET_HOST'] = 'test.budget.exvo.com' ENV['CDN_HOST'] = 'test.cdn.exvo.com' ENV['CFS_HOST'] = 'test.cfs.exvo.com' ENV['DESKTOP_HOST'] = 'test.exvo.com' ENV['THEMES_HOST'] = 'test.themes.exvo.com' ENV['CONTACTS_HOST'] = 'test.contacts.exvo.local' @@ -79,10 +79,10 @@ Exvo::Helpers.sso_cookie_domain = 'exvo.dev' Exvo::Helpers.sso_cookie_key = 'some secret key' Exvo::Helpers.auth_host = 'test.auth.exvo.com' -Exvo::Helpers.budget_host = 'test.www.exvo.com' +Exvo::Helpers.budget_host = 'test.budget.exvo.com' Exvo::Helpers.cdn_host = 'test.cdn.exvo.com' Exvo::Helpers.cfs_host = 'test.cfs.exvo.com' Exvo::Helpers.desktop_host = 'test.exvo.com' Exvo::Helpers.themes_host = 'test.themes.exvo.com' Exvo::Helpers.contacts_host = 'test.contacts.exvo.local'