correctly reference intergration servers in application.yml.example [ci skip]

This commit is contained in:
danielgrippi 2012-02-16 13:01:17 -08:00
parent 62c0ad13b7
commit 5acc7dc458

View file

@ -210,12 +210,12 @@ test:
no_follow_diasporahq: true no_follow_diasporahq: true
serve_static_assets: true serve_static_assets: true
integration_1: integration1:
<<: *defaults <<: *defaults
pod_url: "http://localhost:45789/" pod_url: "http://localhost:45789/"
serve_static_assets: true serve_static_assets: true
integration_2: integration2:
<<: *defaults <<: *defaults
pod_url: "http://localhost:34658/" pod_url: "http://localhost:34658/"
serve_static_assets: true serve_static_assets: true