From 324663e4b47d2cc3f16a2e555673f2923f8f0700 Mon Sep 17 00:00:00 2001 From: Jonas Lundqvist Date: Tue, 8 May 2012 11:01:10 +0200 Subject: [PATCH] match integration pod ports --- 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 9cf9b9a01..c25debe2c 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -251,10 +251,10 @@ test: integration1: <<: *defaults - pod_url: "http://localhost:45789/" + pod_url: "http://localhost:3001/" serve_static_assets: true integration2: <<: *defaults - pod_url: "http://localhost:34658/" + pod_url: "http://localhost:3002/" serve_static_assets: true \ No newline at end of file