Reporter should be pointing to db03 not db01 - fixed
authorAndy Witter <awitter@georgialibraries.org>
Tue, 9 Jan 2018 14:13:19 +0000 (09:13 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 9 Jan 2018 14:13:19 +0000 (09:13 -0500)
templates/opensrf.xml/opensrf.xml-header

index 3c584b0..4fe92ce 100755 (executable)
@@ -154,7 +154,7 @@ vim:et:ts=4:sw=4:
                 <base_uri>https://ClusterDomainName/reporter/</base_uri>
                 <database>
                     <driver>Pg</driver>
-                    <host>db01.ClusterDomainName</host>
+                    <host>db03.ClusterDomainName</host>
                     <port>5432</port>
                     <db>evergreen</db>
                     <user>evergreen</user>