lib/exvo_helpers/helpers.rb in exvo_helpers-0.6.4 vs lib/exvo_helpers/helpers.rb in exvo_helpers-0.6.5
- old
+ new
@@ -182,11 +182,11 @@
{
:production => {
:auth_debug => false,
:auth_host => 'auth.exvo.com',
:sso_cookie_domain => 'exvo.com',
- :budget_host => 'www.exvo.com',
+ :budget_host => 'budget.exvo.com',
:cdn_host => 'd33gjlr95u9pgf.cloudfront.net', # cloudfront.net so we can use https (cdn.exvo.com via https does not work properly)
:cfs_host => 'cfs.exvo.com',
:desktop_host => 'home.exvo.com',
:themes_host => 'themes.exvo.com',
:contacts_host => 'contacts.exvo.com',
@@ -197,11 +197,11 @@
},
:staging => {
:auth_debug => false,
:auth_host => 'auth.exvo.co',
:sso_cookie_domain => 'exvo.co',
- :budget_host => 'www.exvo.co',
+ :budget_host => 'budget.exvo.co',
:cdn_host => 'd1by559a994699.cloudfront.net',
:cfs_host => 'cfs.exvo.co',
:desktop_host => 'home.exvo.co',
:themes_host => 'themes.exvo.co',
:contacts_host => 'contacts.exvo.co',
@@ -212,11 +212,11 @@
},
:development => {
:auth_debug => false,
:auth_host => 'auth.exvo.local',
:sso_cookie_domain => 'exvo.local',
- :budget_host => 'www.exvo.local',
+ :budget_host => 'budget.exvo.local',
:cdn_host => 'home.exvo.local',
:cfs_host => 'cfs.exvo.local',
:desktop_host => 'home.exvo.local',
:themes_host => 'themes.exvo.local',
:contacts_host => 'contacts.exvo.local',
@@ -227,10 +227,10 @@
},
:test => {
:auth_debug => false,
:auth_host => 'auth.exvo.local',
:sso_cookie_domain => 'exvo.local',
- :budget_host => 'www.exvo.local',
+ :budget_host => 'budget.exvo.local',
:cdn_host => 'home.exvo.local',
:cfs_host => 'cfs.exvo.local',
:desktop_host => 'home.exvo.local',
:themes_host => 'themes.exvo.local',
:contacts_host => 'contacts.exvo.local',