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
path: root/config
diff options
context:
space:
mode:
authorIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-20 02:04:34 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 05:23:33 +0400
commitbd1c8efe54f44083cbe81a04633621225ad4d43b (patch)
treefd66221bc1d0008ad3690cdf25d1e7b740968fb1 /config
parent2d6f51f68c43653bb761933241f16acebc8f4956 (diff)
wip integration servers
Diffstat (limited to 'config')
-rw-r--r--config/application.yml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/application.yml.example b/config/application.yml.example
index 0be3aa125..ea01833be 100644
--- a/config/application.yml.example
+++ b/config/application.yml.example
@@ -154,3 +154,10 @@ test:
open_invitations: false
+integration_1:
+ <<: *defaults
+ pod_url: "http://localhost:45789"
+
+integration_2:
+ <<: *defaults
+ pod_url: "http://localhost:34658"