test/dummy/config/environments/development.rb in devise_token_auth-0.1.12 vs test/dummy/config/environments/development.rb in devise_token_auth-0.1.13
- old
+ new
@@ -37,6 +37,8 @@
# Raises helpful error messages.
config.assets.raise_runtime_errors = true
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
+
+ OmniAuth.config.full_host = "http://localhost:3000"
end