|
Lines 442-452
__END_SRU_PUBLICSERVER__
Link Here
|
| 442 |
</smtp_server> |
442 |
</smtp_server> |
| 443 |
|
443 |
|
| 444 |
<message_broker> |
444 |
<message_broker> |
| 445 |
<hostname>localhost</hostname> |
445 |
<hostname>__MESSAGE_BROKER_HOST__</hostname> |
| 446 |
<port>61613</port> |
446 |
<port>__MESSAGE_BROKER_PORT__</port> |
| 447 |
<username>guest</username> |
447 |
<username>__MESSAGE_BROKER_USER__</username> |
| 448 |
<password>guest</password> |
448 |
<password>__MESSAGE_BROKER_PASS__</password> |
| 449 |
<vhost></vhost> |
449 |
<vhost>__MESSAGE_BROKER_VHOST__</vhost> |
| 450 |
</message_broker> |
450 |
</message_broker> |
| 451 |
|
451 |
|
| 452 |
</config> |
452 |
</config> |
| 453 |
- |
|
|