| | 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 | |
|---|