correctly reference intergration servers in application.yml.example [ci skip]
This commit is contained in:
parent
62c0ad13b7
commit
5acc7dc458
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue