Changeset 3563

Show
Ignore:
Timestamp:
10/25/2009 06:19:02 PM (1 month ago)
Author:
brian
Message:

Update the template DBParam to match expected format.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GraphUsers/gratia/config/DBParam_basic.xml.rpmnew

    r2651 r3563  
    1515    </connection> 
    1616 
     17    <connection name="gratia-transfer"> 
     18      <attribute name="Interface"> MySQL </attribute> 
     19      <attribute name="Database"> gratia </attribute> 
     20      <attribute name="Host"> gratia.example.com </attribute> 
     21      <attribute name="AuthDBUsername"> ****** </attribute> 
     22      <attribute name="AuthDBPassword"> ****** </attribute> 
     23      <attribute name="Port"> 3320 </attribute> 
     24    </connection> 
     25 
     26  </class> 
     27 
     28  <class name="RSVConnMan" type="ConnectionManager"> 
     29    <attribute name="default"> gratia </attribute> 
     30 
     31    <connection name="gratia"> 
     32      <attribute name="Interface"> MySQL </attribute> 
     33      <attribute name="Database"> gratia </attribute> 
     34      <attribute name="Host"> gratia.example.com </attribute> 
     35      <attribute name="AuthDBUsername"> ****** </attribute> 
     36      <attribute name="AuthDBPassword"> ****** </attribute> 
     37      <attribute name="Port"> 3320 </attribute> 
     38    </connection> 
     39 
    1740  </class> 
    1841