Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Correct the format used for preprod properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Sep 2, 2016
1 parent a747213 commit bebdb47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git.repo.project.tooling=ukf-test-meta
#
# Preprod publishes its aggregates to / but accessible at a different hostname
#
<property name="md.dist.host1.name" value="md1-test.infr.ukfederation.org.uk"/>
<property name="md.dist.host2.name" value="md2-test.infr.ukfederation.org.uk"/>
<property name="md.dist.host3.name" value="md3-test.infr.ukfederation.org.uk"/>
<property name="md.dist.path.name" value="/"/>
md.dist.host1.name=md1-test.infr.ukfederation.org.uk
md.dist.host2.name=md2-test.infr.ukfederation.org.uk
md.dist.host3.name=md3-test.infr.ukfederation.org.uk
md.dist.path.name=/

0 comments on commit bebdb47

Please sign in to comment.