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-02-14 07:24:53 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-02-14 22:58:57 +0400
commit54e8040bfd5b6166f112b340a471b9805a3486d1 (patch)
treec27afa55bf5fc7232972d4147b59ef3325b0d1fb /config/database.yml.example
parent830751443947f665d130aa45a5581c0b0d25a018 (diff)
basic federation profile testing stuff
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index c09f234f7..3dcbfa33c 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -26,11 +26,15 @@ common: &common
development:
<<: *common
database: diaspora_development
-
production:
<<: *common
database: diaspora_production
-
test:
<<: *common
database: "diaspora_test<%= ENV['TEST_ENV_NUMBER'] %>"
+integration1:
+ <<: *common
+ database: diaspora_integration1
+integration2:
+ <<: *common
+ database: diaspora_integration2 \ No newline at end of file