README.md in exvo_helpers-0.5.2 vs README.md in exvo_helpers-0.5.3
- old
+ new
@@ -17,11 +17,14 @@
Exvo::Helpers.auth_client_secret => nil
Exvo::Helpers.sso_cookie_domain => 'exvo.local'
Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key'
+Exvo::Helpers.budget_require_ssl => false
+
Exvo::Helpers.auth_host => 'auth.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.blog_host => 'www.exvo.local'
@@ -31,10 +34,11 @@
Exvo::Helpers.pics_host => 'pics.exvo.local'
Exvo::Helpers.preview_host => 'preview.exvo.local'
Exvo::Helpers.store_host => 'store.exvo.local'
Exvo::Helpers.auth_uri => 'http://auth.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.blog_uri => 'http://www.exvo.local/blog'
@@ -59,11 +63,14 @@
ENV['AUTH_CLIENT_SECRET'] = 'abc'
ENV['SSO_COOKIE_DOMAIN'] = 'exvo.dev'
ENV['SSO_COOKIE_SECRET'] = 'exvo.dev'
+ENV['BUDGET_REQUIRE_SSL'] = 'true'
+
ENV['AUTH_HOST'] = 'test.auth.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['BLOG_HOST'] = 'test.www.exvo.local'
@@ -85,10 +92,13 @@
Exvo::Helpers.auth_client_secret = 'abc'
Exvo::Helpers.sso_cookie_domain = 'exvo.dev'
Exvo::Helpers.sso_cookie_key = 'some secret key'
+Exvo::Helpers.budget_require_ssl = true
+
Exvo::Helpers.auth_host = 'test.auth.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.blog_host = 'test.www.exvo.local'