From 5acc7dc45866c7530748ee4ea464b3ddf2c4b216 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 16 Feb 2012 13:01:17 -0800 Subject: [PATCH] correctly reference intergration servers in application.yml.example [ci skip] --- config/application.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.yml.example b/config/application.yml.example index aeaf5fe0e..d5e318f27 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -210,12 +210,12 @@ test: no_follow_diasporahq: true serve_static_assets: true -integration_1: +integration1: <<: *defaults pod_url: "http://localhost:45789/" serve_static_assets: true -integration_2: +integration2: <<: *defaults pod_url: "http://localhost:34658/" serve_static_assets: true