Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2012-04-18 22:54:14 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-04-19 03:12:56 +0400
commitc9e3852de8c63659698c4ddda9f4775d21a7ebed (patch)
tree94239f43af04f22284bd33079176d7106b109c31 /config/environments
parent31172a9959a4ee6bdc3235929a874be9612583e3 (diff)
oembed mostly works
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index 0a01b0369..1aaa3b27a 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -47,4 +47,6 @@ Diaspora::Application.configure do
# This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
+
+ config.default_url_options = { :host => AppConfig[:pod_uri].host}
end